Skip to content
Snippets Groups Projects
Unverified Commit cf47e34e authored by Cyril Roelandt's avatar Cyril Roelandt
Browse files

gnu: Update the propagated inputs of python-urllib3.

* gnu/packages/python.scm (python-urllib3, python2-urllib3): Update propagated
  inputs.
parent 8e6ceb47
No related branches found
No related tags found
No related merge requests found
......@@ -9839,10 +9839,11 @@ (define-public python-urllib3
("python-mock" ,python-mock)
("python-tornado" ,python-tornado)))
(propagated-inputs
`(;; extra packages for https security
`(;; These 5 inputs are used to build urrlib3[secure]
("python-certifi" ,python-certifi)
("python-ndg-httpsclient" ,python-ndg-httpsclient)
("python-pyasn1" ,python-pyasn1)
("python-cryptography" ,python-cryptography) ;
("python-idna" ,python-idna)
("python-ipaddress" ,python-ipaddress)
("python-pyopenssl" ,python-pyopenssl)))
(home-page "https://urllib3.readthedocs.org/")
(synopsis "HTTP library with thread-safe connection pooling")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment