htgoebel pushed a commit to branch wip-python-build-system in repository guix.
commit 810bddebdac48a9228406c46500e0be9dbfddd2a Author: Hartmut Goebel <[email protected]> Date: Sun Oct 16 23:46:06 2016 +0200 gnu: python-urllib3: update comment. * gnu/packages/python.scm(python-urllib3)[propagated-inputs]: Update comment. --- gnu/packages/python.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index faf5fae..391d9b5 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7421,7 +7421,7 @@ concurrent.futures package from Python 3.2") ("python-mock" ,python-mock) ("python-tornado" ,python-tornado))) (propagated-inputs - `(;; packages for https security + `(;; extra packages for https security ("python-certifi" ,python-certifi) ("python-ndg-httpsclient" ,python-ndg-httpsclient) ("python-pyasn1" ,python-pyasn1)
