mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
49d21d9393
commit
37d272c985
1 changed files with 3 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue