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
This commit is contained in:
Sharlatan Hellseher 2025-07-17 16:27:18 +01:00
parent 73a24ad57c
commit 26fddd2e56
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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