diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-24 04:17:47 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-27 00:25:53 +0100 |
| commit | 00fe56ebef39198fa2b6190e51c18e905487b3bb (patch) | |
| tree | b29189c07551294b58d2fb0b9c4ac5522fba5c4e /gnu/packages | |
| parent | 73448bdaf74146d1982fb76d6e62c074c94f224b (diff) | |
gnu: python-oslotest: Update to 5.0.1.
* gnu/packages/openstack.scm (python-oslotest): Update to 5.0.1.
[build-system]: Switch to pyproject-build-system.
[propagated-inputs]: Remove python-six.
[native-inputs]: Add python-coverage, python-debtcollector,
python-oslo-config, python-stestr, python-setuptools, python-wheel.
Change-Id: I58c7cc5b0d574f6e0ee1ef1adf005de76f058106
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/openstack.scm | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index e1e97763f59..45dcefd1a7d 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -905,20 +905,23 @@ documentation from the OpenStack project.") | |||
| 905 | (define-public python-oslotest | 905 | (define-public python-oslotest |
| 906 | (package | 906 | (package |
| 907 | (name "python-oslotest") | 907 | (name "python-oslotest") |
| 908 | (version "4.4.1") | 908 | (version "5.0.1") |
| 909 | (source | 909 | (source |
| 910 | (origin | 910 | (origin |
| 911 | (method url-fetch) | 911 | (method url-fetch) |
| 912 | (uri (pypi-uri "oslotest" version)) | 912 | (uri (pypi-uri "oslotest" version)) |
| 913 | (sha256 | 913 | (sha256 |
| 914 | (base32 | 914 | (base32 "1vp85v81p2vx66j973hc7fa65shp0ilhaypyyny01jwcip94152s")))) |
| 915 | "0r50sz55m8ljv2vk1k7sp88iz1iqq4p9w6kb8hn8g8c50r9zdi5i")))) | 915 | (build-system pyproject-build-system) |
| 916 | (build-system python-build-system) | ||
| 917 | (arguments | ||
| 918 | ;; The tests are disabled to avoid a circular dependency with oslo.config. | ||
| 919 | `(#:tests? #f)) | ||
| 920 | (propagated-inputs | 916 | (propagated-inputs |
| 921 | (list python-fixtures python-six python-subunit python-testtools)) | 917 | (list python-fixtures python-subunit python-testtools)) |
| 918 | (native-inputs | ||
| 919 | (list python-coverage | ||
| 920 | python-debtcollector | ||
| 921 | python-oslo-config | ||
| 922 | python-stestr | ||
| 923 | python-setuptools | ||
| 924 | python-wheel)) | ||
| 922 | (home-page "https://launchpad.net/oslo") | 925 | (home-page "https://launchpad.net/oslo") |
| 923 | (synopsis "Oslo test framework") | 926 | (synopsis "Oslo test framework") |
| 924 | (description "The Oslo Test framework provides common fixtures, support | 927 | (description "The Oslo Test framework provides common fixtures, support |
