diff options
| author | Marius Bakke <marius@gnu.org> | 2022-01-12 19:17:17 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-01-12 23:50:16 +0100 |
| commit | a88cdb6b8fbe92a84f132e377fb31396134a4030 (patch) | |
| tree | bdc8d1ed46475eb66218cf2a9afb15bfb76c91de /gnu/packages/openstack.scm | |
| parent | 2e52ee625f6f5e77b9c3ac0f889c2d77ebd2aa5c (diff) | |
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.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 3a437a628fc..bc16d142efb 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -364,35 +364,24 @@ common features used in Tempest.") | |||
| 364 | (define-public python-oslo.config | 364 | (define-public python-oslo.config |
| 365 | (package | 365 | (package |
| 366 | (name "python-oslo.config") | 366 | (name "python-oslo.config") |
| 367 | (version "5.2.0") | 367 | (version "8.7.1") |
| 368 | (source | 368 | (source |
| 369 | (origin | 369 | (origin |
| 370 | (method url-fetch) | 370 | (method url-fetch) |
| 371 | (uri (pypi-uri "oslo.config" version)) | 371 | (uri (pypi-uri "oslo.config" version)) |
| 372 | (sha256 | 372 | (sha256 |
| 373 | (base32 | 373 | (base32 |
| 374 | "0ymf7jxbq29fifyvkwhfiys1qvljqfxdw8ajwzwaf3yiqidgpxqd")))) | 374 | "0q3v4yicqls9zsfxkmh5mrgz9dailaz3ir25p458gj6dg3bldhx0")))) |
| 375 | (build-system python-build-system) | 375 | (build-system python-build-system) |
| 376 | (arguments '(#:tests? #f)) ;XXX circular dependency on oslo.log | ||
| 376 | (propagated-inputs | 377 | (propagated-inputs |
| 377 | (list python-debtcollector | 378 | (list python-debtcollector |
| 378 | python-netaddr | 379 | python-netaddr |
| 379 | python-oslo.i18n | 380 | python-oslo.i18n |
| 380 | python-pbr | ||
| 381 | python-rfc3986 | 381 | python-rfc3986 |
| 382 | python-six | 382 | python-requests |
| 383 | python-stevedore | 383 | python-stevedore |
| 384 | python-pyyaml)) | 384 | python-pyyaml)) |
| 385 | (native-inputs | ||
| 386 | (list python-bandit | ||
| 387 | python-coverage | ||
| 388 | python-mock | ||
| 389 | python-openstackdocstheme | ||
| 390 | python-oslotest | ||
| 391 | python-reno | ||
| 392 | python-sphinx | ||
| 393 | python-testrepository | ||
| 394 | python-testscenarios | ||
| 395 | python-testtools)) | ||
| 396 | (home-page "https://launchpad.net/oslo") | 385 | (home-page "https://launchpad.net/oslo") |
| 397 | (synopsis "Oslo Configuration API") | 386 | (synopsis "Oslo Configuration API") |
| 398 | (description | 387 | (description |
