gnu: Update the propagated inputs of python-urllib3.

* gnu/packages/python.scm (python-urllib3, python2-urllib3): Update propagated
  inputs.
This commit is contained in:
Cyril Roelandt 2017-09-10 01:20:57 +02:00
parent 8e6ceb4737
commit cf47e34e62
No known key found for this signature in database
GPG Key ID: 1C7995D2D5A38336
1 changed files with 4 additions and 3 deletions

View File

@ -9839,10 +9839,11 @@ concurrent.futures package from Python 3.2")
("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")