gnu: Remove python2-s3transfer.

* gnu/packages/python-web.scm (python2-s3transfer): Remove variable.
* gnu/packages/python-web.scm (python-s3transfer)[properties]: Remove field.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Vinicius Monego 2022-01-19 14:09:07 +00:00 committed by Mathieu Othacehe
parent 97b767b007
commit a53abfb075
No known key found for this signature in database
GPG Key ID: 8354763531769CA6

View File

@ -3334,15 +3334,7 @@ Betamax that may possibly end up in the main package.")
(description "S3transfer is a Python library for managing Amazon S3
transfers.")
(home-page "https://github.com/boto/s3transfer")
(license license:asl2.0)
(properties `((python2-variant . ,(delay python2-s3transfer))))))
(define-public python2-s3transfer
(let ((base (package-with-python2 (strip-python2-variant python-s3transfer))))
(package/inherit base
(native-inputs
`(("python2-futures" ,python2-futures)
,@(package-native-inputs base))))))
(license license:asl2.0)))
(define-public python-slimit
(package