diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-22 19:40:47 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-22 19:54:21 +0000 |
| commit | 076630e24a01d319f794909988847f925288c66e (patch) | |
| tree | fa726e5527363ae292ff5f81b508b6466bb17b0e /gnu/packages/openstack.scm | |
| parent | fda4641865f2e0c6ba2d1e5a342b32595ca3bb56 (diff) | |
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
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 99d3431af95..8a5b0d62ccc 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -230,7 +230,7 @@ to docs.openstack.org and developer.openstack.org.") | |||
| 230 | (native-inputs | 230 | (native-inputs |
| 231 | (list python-keystoneauth1 | 231 | (list python-keystoneauth1 |
| 232 | python-oslotest | 232 | python-oslotest |
| 233 | python-pbr-next | 233 | python-pbr |
| 234 | python-requests-mock | 234 | python-requests-mock |
| 235 | python-setuptools | 235 | python-setuptools |
| 236 | python-stestr | 236 | python-stestr |
| @@ -257,7 +257,7 @@ is for some reason not possible and local caching of the fetched data.") | |||
| 257 | #~(modify-phases #$phases | 257 | #~(modify-phases #$phases |
| 258 | (delete 'sanity-check))))) | 258 | (delete 'sanity-check))))) |
| 259 | (native-inputs | 259 | (native-inputs |
| 260 | (list python-pbr-next python-setuptools python-wheel))))) | 260 | (list python-pbr python-setuptools python-wheel))))) |
| 261 | 261 | ||
| 262 | (define-public python-os-testr | 262 | (define-public python-os-testr |
| 263 | (let ((commit "0ba674d8c5d34890698e4e8ff9f71b24c389e109") | 263 | (let ((commit "0ba674d8c5d34890698e4e8ff9f71b24c389e109") |
| @@ -723,7 +723,7 @@ in an application or library.") | |||
| 723 | python-eventlet | 723 | python-eventlet |
| 724 | python-fixtures | 724 | python-fixtures |
| 725 | python-oslotest-bootstrap | 725 | python-oslotest-bootstrap |
| 726 | python-pbr-next | 726 | python-pbr |
| 727 | python-setuptools | 727 | python-setuptools |
| 728 | python-stestr | 728 | python-stestr |
| 729 | python-testtools | 729 | python-testtools |
