~ruther/guix-local

9fbe4157a654b3d93280511c56718e9157bd7de4 — Sharlatan Hellseher 6 months ago 41a5955
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
1 files changed, 3 insertions(+), 8 deletions(-)

M gnu/packages/python-web.scm
M gnu/packages/python-web.scm => gnu/packages/python-web.scm +3 -8
@@ 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