[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 08/11] gnu: Update the propagated inputs of python-urllib3.
From: |
Cyril Roelandt |
Subject: |
[PATCH 08/11] gnu: Update the propagated inputs of python-urllib3. |
Date: |
Mon, 11 Sep 2017 20:22:39 +0200 |
* gnu/packages/python.scm (python-urllib3, python2-urllib3): Update propagated
inputs.
---
gnu/packages/python.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e565d3683..9db16c5be 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9810,10 +9810,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")
--
2.14.1
- Re: [PATCH 01/11] gnu: Add python-pydiff., (continued)
- [PATCH 04/11] gnu: Add python2-requests-toolbelt., Cyril Roelandt, 2017/09/11
- [PATCH 05/11] gnu: python-tox: Update to 2.8.1., Cyril Roelandt, 2017/09/11
- [PATCH 07/11] gnu: Add python-ipaddress., Cyril Roelandt, 2017/09/11
- [PATCH 06/11] gnu: Add python-nose-timer., Cyril Roelandt, 2017/09/11
- [PATCH 08/11] gnu: Update the propagated inputs of python-urllib3.,
Cyril Roelandt <=
- [PATCH 10/11] gnu: Add python-pkginfo., Cyril Roelandt, 2017/09/11
- [PATCH 11/11] gnu: Add python-twine., Cyril Roelandt, 2017/09/11
- [PATCH 09/11] gnu: Add python-tqdm., Cyril Roelandt, 2017/09/11