~ruther/guix-local

d42eac6c86c58ee2baa5018fcb0d3bbb6c950e3e — Sharlatan Hellseher 8 months ago 79f23ee
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
1 files changed, 2 insertions(+), 7 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -7
@@ 18536,15 18536,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)))))