~ruther/guix-local

26fddd2e56f52e23414808d40ff5198e96c28bee — Sharlatan Hellseher 8 months ago 73a24ad
gnu: python-jaraco-test: Reduce closure size.

* gnu/packages/python-xyz.scm (python-jaraco-test):
  [propagated-inputs]: Add python-jaraco-collections.
  [native-inputs]: Remove python-jaraco-collections,
  python-pytest-checkdocs, python-pytest-enabler, and python-wheel.

Change-Id: I2928afd4293f5abbd8c62442f036cc2500ede1ee
1 files changed, 4 insertions(+), 7 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +4 -7
@@ 14113,14 14113,11 @@ releases.")
    (arguments
     (list #:test-flags '(list "-k" "http")))
    (native-inputs
     (list python-jaraco-collections
           python-pytest
           python-pytest-checkdocs
           python-pytest-enabler
           python-setuptools
           python-wheel))
     (list python-pytest
           python-setuptools))
    (propagated-inputs
     (list python-jaraco-context
     (list python-jaraco-collections
           python-jaraco-context
           python-jaraco-functools))
    (home-page "https://github.com/jaraco/jaraco.test")
    (synopsis "Testing support by jaraco")