guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 33c7c673aeddea56a122f9eb93b4f043aa7b5301
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 17 16:27:18 2025 +0100
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 582b62c648..8d2604aa9a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14154,14 +14154,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")