diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-28 12:54:12 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:36:17 +0100 |
| commit | 78b00f35948d1f946b8a3e506b3f2365cf96cfd7 (patch) | |
| tree | 75909639d21476d04af6703c965743d9f8b16df8 /gnu/packages | |
| parent | 4d1a3bb0115eed87b6ef2504ab94155977013c13 (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/openstack.scm | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 085a832163a..85a5a5ab205 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 |
