guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/10: gnu: Update the propagated inputs of python-urllib3.


From: Cyril Roelandt
Subject: 07/10: gnu: Update the propagated inputs of python-urllib3.
Date: Mon, 2 Oct 2017 18:05:03 -0400 (EDT)

steap pushed a commit to branch master
in repository guix.

commit cf47e34e62ef7547f3596cb652eef2fef7b7a1d2
Author: Cyril Roelandt <address@hidden>
Date:   Sun Sep 10 01:20:57 2017 +0200

    gnu: Update the propagated inputs of python-urllib3.
    
    * 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 2a83da6..755fd59 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]