mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-oslo.config: Update to 8.7.1.
* gnu/packages/openstack.scm (python-oslo.config): Update to 8.7.1. [arguments]: Disable tests. [native-inputs]: Remove. [propagated-inputs]: Remove PYTHON-PBR and PYTHON-SIX. Add PYTHON-REQUESTS.
This commit is contained in:
parent
2e52ee625f
commit
a88cdb6b8f
1 changed files with 4 additions and 15 deletions
|
@ -364,35 +364,24 @@ (define-public python-tempest-lib
|
||||||
(define-public python-oslo.config
|
(define-public python-oslo.config
|
||||||
(package
|
(package
|
||||||
(name "python-oslo.config")
|
(name "python-oslo.config")
|
||||||
(version "5.2.0")
|
(version "8.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "oslo.config" version))
|
(uri (pypi-uri "oslo.config" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ymf7jxbq29fifyvkwhfiys1qvljqfxdw8ajwzwaf3yiqidgpxqd"))))
|
"0q3v4yicqls9zsfxkmh5mrgz9dailaz3ir25p458gj6dg3bldhx0"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
|
(arguments '(#:tests? #f)) ;XXX circular dependency on oslo.log
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-debtcollector
|
(list python-debtcollector
|
||||||
python-netaddr
|
python-netaddr
|
||||||
python-oslo.i18n
|
python-oslo.i18n
|
||||||
python-pbr
|
|
||||||
python-rfc3986
|
python-rfc3986
|
||||||
python-six
|
python-requests
|
||||||
python-stevedore
|
python-stevedore
|
||||||
python-pyyaml))
|
python-pyyaml))
|
||||||
(native-inputs
|
|
||||||
(list python-bandit
|
|
||||||
python-coverage
|
|
||||||
python-mock
|
|
||||||
python-openstackdocstheme
|
|
||||||
python-oslotest
|
|
||||||
python-reno
|
|
||||||
python-sphinx
|
|
||||||
python-testrepository
|
|
||||||
python-testscenarios
|
|
||||||
python-testtools))
|
|
||||||
(home-page "https://launchpad.net/oslo")
|
(home-page "https://launchpad.net/oslo")
|
||||||
(synopsis "Oslo Configuration API")
|
(synopsis "Oslo Configuration API")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue