M gnu/packages/openstack.scm => gnu/packages/openstack.scm +3 -3
@@ 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
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -10
@@ 7539,16 7539,8 @@ versions, process requirements files and generate AUTHORS and ChangeLog file
from git information.")
(license license:asl2.0)))
-(define-public python-pbr-next
- (hidden-package
- (package/inherit python-pbr
- (version "6.1.1")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "pbr" version))
- (sha256
- (base32 "0szp9dy7ksvpqddfzzca2a4assag8whmgxyhk7njxsw9d7775slk")))))))
+;; It may be removed after 2025-12-22.
+(define-deprecated/public-alias python-pbr-next python-pbr)
(define-public python-pyrsistent
(package