1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 18:50:32 +02:00

gnu: Remove python2-urllib3.

* gnu/packages/python-web.scm (python2-urllib3): Delete variable.
This commit is contained in:
Maxim Cournoyer
2022-05-01 02:51:23 -04:00
parent c0e3ba2904
commit eb13c73ce2

View File

@@ -2983,17 +2983,8 @@ addon for removing tracking fields from URLs.")
"Urllib3 supports features left out of urllib and urllib2 libraries. It
can reuse the same socket connection for multiple requests, it can POST files,
supports url redirection and retries, and also gzip and deflate decoding.")
(properties `((python2-variant . ,(delay python2-urllib3))))
(license license:expat)))
(define-public python2-urllib3
(let ((base (package-with-python2 (strip-python2-variant python-urllib3))))
(package/inherit
base
(propagated-inputs
`(("python-ipaddress" ,python2-ipaddress)
,@(package-propagated-inputs base))))))
(define-public awscli
(package
;; Note: updating awscli typically requires updating botocore as well.