1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Deprecate python-pbr-next by python-pbr.

* gnu/packages/python-xyz.scm (python-pbr-next): Deprecate variable.

* gnu/packages/openstack.scm (python-os-service-types)
(python-os-service-types-bootstrap, python-oslo-log)[native-inputs]:
Remove python-pbr-next; add python-pbr.

Change-Id: I2a3deab358cada0f793e2b84697fca8fbc15be44
This commit is contained in:
Sharlatan Hellseher
2025-11-22 19:40:47 +00:00
parent fda4641865
commit 076630e24a
2 changed files with 5 additions and 13 deletions

View File

@@ -230,7 +230,7 @@ to docs.openstack.org and developer.openstack.org.")
(native-inputs
(list python-keystoneauth1
python-oslotest
python-pbr-next
python-pbr
python-requests-mock
python-setuptools
python-stestr
@@ -257,7 +257,7 @@ is for some reason not possible and local caching of the fetched data.")
#~(modify-phases #$phases
(delete 'sanity-check)))))
(native-inputs
(list python-pbr-next python-setuptools python-wheel)))))
(list python-pbr python-setuptools python-wheel)))))
(define-public python-os-testr
(let ((commit "0ba674d8c5d34890698e4e8ff9f71b24c389e109")
@@ -723,7 +723,7 @@ in an application or library.")
python-eventlet
python-fixtures
python-oslotest-bootstrap
python-pbr-next
python-pbr
python-setuptools
python-stestr
python-testtools