mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-path: Reduce closure size.
* gnu/packages/python-xyz.scm (python-path): [native-inputs]: Remove python-pytest-black, python-pytest-checkdocs, python-pytest-cov, python-pytest-enabler, python-pytest-flake8, and python-pytest-mypy; add python-more-itertools. Change-Id: I4592262fd133c41a4603d3ddab37dd7c2c9a0d9f
This commit is contained in:
parent
09d6e06ec7
commit
94e08b1bae
1 changed files with 2 additions and 7 deletions
|
@ -18560,15 +18560,10 @@ invoked on those path objects directly.")
|
|||
(native-inputs
|
||||
(modify-inputs (package-native-inputs python-path-bootstrap)
|
||||
(append python-appdirs
|
||||
python-more-itertools
|
||||
python-packaging
|
||||
python-pygments
|
||||
python-pytest
|
||||
python-pytest-black
|
||||
python-pytest-checkdocs
|
||||
python-pytest-cov
|
||||
python-pytest-enabler
|
||||
python-pytest-flake8
|
||||
python-pytest-mypy)))
|
||||
python-pytest)))
|
||||
(properties (alist-delete 'hidden?
|
||||
(package-properties
|
||||
python-path-bootstrap)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue