gnu: Remove obsolete variable.
* gnu/packages/python-xyz.scm (python-packaging-next): Remove variable. * gnu/packages/openstack.scm (python-oslo.utils)[propagated-inputs]: Change from PYTHON-PACKAGING-NEXT to PYTHON-PACKAGING.
This commit is contained in:
parent
b015b3f3a4
commit
67da142622
2 changed files with 1 additions and 14 deletions
|
@ -769,7 +769,7 @@ for debugging, and better support for mocking results.")
|
||||||
python-netaddr
|
python-netaddr
|
||||||
python-netifaces
|
python-netifaces
|
||||||
python-pbr
|
python-pbr
|
||||||
python-packaging-next
|
python-packaging
|
||||||
python-pyparsing
|
python-pyparsing
|
||||||
python-pytz))
|
python-pytz))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
|
@ -20252,19 +20252,6 @@ while only declaring the test-specific fields.")
|
||||||
;; licenses.
|
;; licenses.
|
||||||
(license (list license:asl2.0 license:bsd-2))))
|
(license (list license:asl2.0 license:bsd-2))))
|
||||||
|
|
||||||
;; TODO(staging): merge with python-packaging-bootstrap.
|
|
||||||
(define-public python-packaging-next
|
|
||||||
(package
|
|
||||||
(inherit python-packaging)
|
|
||||||
(version "21.3")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (pypi-uri "packaging" version))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"1sygirdrqgv4f1ckh9nhpcw1yfidrh3qjl86wq8vk6nq4wlw8iyx"))))))
|
|
||||||
|
|
||||||
(define-public python-relatorio
|
(define-public python-relatorio
|
||||||
(package
|
(package
|
||||||
(name "python-relatorio")
|
(name "python-relatorio")
|
||||||
|
|
Reference in a new issue