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:
Nicolas Graves 2025-09-21 23:48:46 +02:00 committed by Sharlatan Hellseher
parent a69386e4da
commit e6b02796e3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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