guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d99b9ba69cac8bfdb6e65c26c04c1fd1cb79f7a9
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Sep 16 09:41:39 2025 +0100
gnu: python-s3transfer: Reduce closure size.
* gnu/packages/python-web.scm (python-s3transfer)
[propagated-inputs]: Remove python-urllib3.
[native-inputs]: Remove python-docutils, python-mock, python-nose, and
python-wheel.
Change-Id: I041e5da66b356a8a54f942ac710cccd4f4098ed4
---
gnu/packages/python-web.scm | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c5d9a9400b..016f54ff8c 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6554,16 +6554,11 @@ S3.")
;; Tests require networking.
"--ignore" "tests/integration")))
(native-inputs
- (list python-docutils
- python-mock
- python-nose
- python-pytest
+ (list python-pytest
python-pytest-xdist
- python-setuptools
- python-wheel))
+ python-setuptools))
(propagated-inputs
- (list python-botocore
- python-urllib3))
+ (list python-botocore))
(home-page "https://github.com/boto/s3transfer")
(synopsis "Amazon S3 Transfer Manager")
(description