summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-09-16 09:41:39 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:07 +0100
commit9fbe4157a654b3d93280511c56718e9157bd7de4 (patch)
tree2a7d24571472c383e92c435ab886c8a708e8a9fc /gnu/packages/python-web.scm
parent41a59554085490347941ccda8cebc6f10b88a6fd (diff)
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
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm11
1 files changed, 3 insertions, 8 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 0beb8812789..2ce8566ad2f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -6574,16 +6574,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