guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit fa1be2d2bf26a3abbb4509636c7db5acf8df1c64
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 28 12:54:12 2025 +0100
gnu: python-cliff: Reduce closure size.
* gnu/packages/openstack.scm (python-cliff):
[native-inputs]: Remove python-coverage, python-fixtures,
python-sphinx-5, and python-wheel; add python-sphinx.
Change-Id: I4ef899457245fe54a3c259dd2390f251adcdc5e4
---
gnu/packages/openstack.scm | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 360f25fabf..e18d70eb81 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -67,13 +67,10 @@
(base32 "0vd8b4lypkc65xb4cih2b4l9qkhxyj52xj078q63p8214xl5n7wc"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-coverage
- python-fixtures
- python-setuptools
- python-sphinx-5
+ (list python-setuptools
+ python-sphinx
python-stestr
- python-testscenarios
- python-wheel))
+ python-testscenarios))
(propagated-inputs
(list python-autopage
python-cmd2