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
This commit is contained in:
Sharlatan Hellseher 2025-07-28 12:54:12 +01:00
parent 4d1a3bb011
commit 78b00f3594
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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