mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
b360846033
commit
89011bac02
1 changed files with 3 additions and 8 deletions
|
@ -6574,16 +6574,11 @@ S3.")
|
||||||
;; Tests require networking.
|
;; Tests require networking.
|
||||||
"--ignore" "tests/integration")))
|
"--ignore" "tests/integration")))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-docutils
|
(list python-pytest
|
||||||
python-mock
|
|
||||||
python-nose
|
|
||||||
python-pytest
|
|
||||||
python-pytest-xdist
|
python-pytest-xdist
|
||||||
python-setuptools
|
python-setuptools))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-botocore
|
(list python-botocore))
|
||||||
python-urllib3))
|
|
||||||
(home-page "https://github.com/boto/s3transfer")
|
(home-page "https://github.com/boto/s3transfer")
|
||||||
(synopsis "Amazon S3 Transfer Manager")
|
(synopsis "Amazon S3 Transfer Manager")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue