mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-oslo-config: Update to 9.8.0.
* gnu/packages/openstack.scm (python-oslo-config): Update to 9.8.0. [native-inputs]: Remove python-mypy, python-wheel. Change-Id: I3ccfb4222383d6eb4af5aedc8207a58a2fc76a31 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
a69386e4da
commit
e6b02796e3
1 changed files with 4 additions and 6 deletions
|
|
@ -560,13 +560,13 @@ for running external processes.")
|
|||
(define-public python-oslo-config
|
||||
(package
|
||||
(name "python-oslo-config")
|
||||
(version "8.7.1")
|
||||
(version "9.8.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "oslo.config" version))
|
||||
(uri (pypi-uri "oslo_config" version))
|
||||
(sha256
|
||||
(base32 "0q3v4yicqls9zsfxkmh5mrgz9dailaz3ir25p458gj6dg3bldhx0"))))
|
||||
(base32 "1ah8knzcxkg28v9av19wp6bg91d1mfyxm2y56whngvmb0jah1a7f"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
@ -593,7 +593,6 @@ for running external processes.")
|
|||
(list python-coverage
|
||||
python-docutils
|
||||
python-fixtures
|
||||
python-mypy
|
||||
python-oslo-log-bootstrap
|
||||
python-oslotest-bootstrap
|
||||
python-pbr
|
||||
|
|
@ -602,8 +601,7 @@ for running external processes.")
|
|||
python-sphinx
|
||||
python-stestr
|
||||
python-testscenarios
|
||||
python-testtools
|
||||
python-wheel))
|
||||
python-testtools))
|
||||
(home-page "https://launchpad.net/oslo")
|
||||
(synopsis "Oslo Configuration API")
|
||||
(description
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue