diff options
| author | Vinicius Monego <monego@posteo.net> | 2022-01-19 14:09:07 +0000 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-01-20 14:34:00 +0100 |
| commit | a53abfb07575485a66f17a2f6e262c93f2c0fe73 (patch) | |
| tree | 42bf3f5da768e8659ee5a2ec3982d16661fc55be /gnu/packages | |
| parent | 97b767b007789542f18fccc806272471824421e4 (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-web.scm | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 6563d0dd443..295cebe155f 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm | |||
| @@ -3334,15 +3334,7 @@ Betamax that may possibly end up in the main package.") | |||
| 3334 | (description "S3transfer is a Python library for managing Amazon S3 | 3334 | (description "S3transfer is a Python library for managing Amazon S3 |
| 3335 | transfers.") | 3335 | transfers.") |
| 3336 | (home-page "https://github.com/boto/s3transfer") | 3336 | (home-page "https://github.com/boto/s3transfer") |
| 3337 | (license license:asl2.0) | 3337 | (license license:asl2.0))) |
| 3338 | (properties `((python2-variant . ,(delay python2-s3transfer)))))) | ||
| 3339 | |||
| 3340 | (define-public python2-s3transfer | ||
| 3341 | (let ((base (package-with-python2 (strip-python2-variant python-s3transfer)))) | ||
| 3342 | (package/inherit base | ||
| 3343 | (native-inputs | ||
| 3344 | `(("python2-futures" ,python2-futures) | ||
| 3345 | ,@(package-native-inputs base)))))) | ||
| 3346 | 3338 | ||
| 3347 | (define-public python-slimit | 3339 | (define-public python-slimit |
| 3348 | (package | 3340 | (package |
