From 26fddd2e56f52e23414808d40ff5198e96c28bee Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 17 Jul 2025 16:27:18 +0100 Subject: [PATCH] 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 --- gnu/packages/python-xyz.scm | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fdd1b3fa642c562f26416c36a4f325b790171759..280d5ab5a7871b8a1019ee08c957891a4297c7f4 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")