diff options
| author | Thomas Goirand <zigo@debian.org> | 2026-04-01 11:44:20 +0200 |
|---|---|---|
| committer | git-ubuntu importer <ubuntu-devel-discuss@lists.ubuntu.com> | 2026-04-01 22:56:25 +0000 |
| commit | 8c8a17e9785288ae201f77ab2bfcea4da0be4bed (patch) | |
| tree | 0da90b07fee7f1a814e5bd235d392f7f0843c8f7 | |
| parent | 19390538fb6cdacf63efd8708f891802e411dfb7 (diff) | |
| parent | 9f7748f92a728838ea7587661ae07f0d88ef8dd2 (diff) | |
9.0.0-3 (patches applied)applied/9.0.0-3applied/ubuntu/resolute-proposedapplied/ubuntu/resolute-develapplied/ubuntu/resoluteapplied/ubuntu/develapplied/debian/sid
Imported using git-ubuntu import.
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 8128ec8..f29b1e0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-openstackclient (9.0.0-3) unstable; urgency=medium + + * Removed python3-keyring from (build-)depends. + + -- Thomas Goirand <zigo@debian.org> Wed, 01 Apr 2026 11:44:20 +0200 + python-openstackclient (9.0.0-2) unstable; urgency=medium * Uploading to unstable. diff --git a/debian/control b/debian/control index a09784a..2f2a34a 100644 --- a/debian/control +++ b/debian/control @@ -31,7 +31,6 @@ Build-Depends-Indep: python3-ironic-inspector-client <!nodoc>, python3-ironicclient <!nodoc>, python3-iso8601, - python3-keyring, python3-keystoneclient, python3-manilaclient <!nodoc>, python3-mistralclient <!nodoc>, @@ -94,7 +93,6 @@ Depends: python3-cryptography, python3-glanceclient, python3-iso8601, - python3-keyring, python3-keystoneclient, python3-neutronclient, python3-openstacksdk (>= 4.7.2), |
