diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-07-17 16:27:18 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-09-25 09:35:46 +0100 |
| commit | 26fddd2e56f52e23414808d40ff5198e96c28bee (patch) | |
| tree | 4f21c3b8acc653497d7a685e1cb035ffdfb4b139 /gnu/packages/python-xyz.scm | |
| parent | 73a24ad57c00c3571bb4f5043b0f38ef2de22bd8 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fdd1b3fa64..280d5ab5a7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |
