** Also affects: cloud-archive
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2088451
Title:
[SRU] datetime fix introduces runtime dependency on oslo.utils
This bug was fixed in the package python-keystoneauth1 -
5.6.0-0ubuntu1.1
---
python-keystoneauth1 (5.6.0-0ubuntu1.1) noble; urgency=medium
* d/gbp.conf: Create stable/2024.1 branch.
* d/gbp.conf, .launchpad.yaml: Sync from cloud-archive-tools for
caracal.
* d/p/datetime-dep
# sudo apt install python3-keystoneauth1
[...]
Get:13 http://archive.ubuntu.com/ubuntu noble/main amd64 python3-keystoneauth1
all 5.6.0-0ubuntu1 [164 #
# python3 -c "import keystoneauth1._utils"
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python3/dist-packages/keys
Hello James, or anyone else affected,
Accepted python-keystoneauth1 into noble-proposed. The package will
build now and be available at
https://launchpad.net/ubuntu/+source/python-
keystoneauth1/5.6.0-0ubuntu1.1 in a few hours, and then in the -proposed
repository.
Please help us by testing this
Fixed version uploaded for SRU team review.
** Description changed:
[Impact]
keystoneauth1 is no usable without installing python3-oslo.utils
[Test Case]
sudo apt install python3-keystoneauth1
python3 -c "import keystoneauth1._utils"
Traceback (most recent call last):
File "
** Description changed:
- TBC
+ [Impact]
+ keystoneauth1 is no usable without installing python3-oslo.utils
+
+
+ [Test Case]
+ sudo apt install python3-keystoneauth1
+
+ python3 -c "import keystoneauth1._utils"
+ Traceback (most recent call last):
+ File "", line 1, in
+ File "/usr/lib/py