de2af4d74d
The upstream commit 1e422ed of python-keyring moved non-preferred keyring backends to separated package "keyrings.alt", so adding the keyrings.alt and porting the patches related to non-preferred keyring backends to keyrings.alt. Patches are not up to our standard. Bringing them up to standard is future work, tracked by: https://bugs.launchpad.net/starlingx/+bug/1950506. Related-Bug: 1950506 Building successfully. Installing python3-keyrings.alt, python3-keyring and the dependence package tsconfig successfully. Booting up ISO successfully on qemu. Story: 2009221 Task: 43438 Signed-off-by: Yue Tao <yue.tao@windriver.com> Change-Id: I4b70927709f0cc968e32af1d0e2a9402f47b2fe9
16 lines
481 B
Diff
16 lines
481 B
Diff
The source patch use_new_lock.patch import python module
|
|
oslo_concurrency, so add python3-oslo.concurrency to Depends.
|
|
|
|
Yue Tao <yue.tao@windriver.com>
|
|
|
|
--- a/debian/control
|
|
+++ b/debian/control
|
|
@@ -24,6 +24,7 @@ Package: python3-keyrings.alt
|
|
Architecture: all
|
|
Depends: python3-keyring,
|
|
python3-pycryptodome,
|
|
+ python3-oslo.concurrency,
|
|
${misc:Depends},
|
|
${python3:Depends}
|
|
Description: alternate backend implementations for python3-keyring
|