diff options
author | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-10-16 23:46:06 +0200 |
---|---|---|
committer | Hartmut Goebel <h.goebel@crazy-compilers.com> | 2016-11-15 22:31:49 +0100 |
commit | 8322749a1cf7ad2ae64dab6367bc8ca4d380f778 (patch) | |
tree | 296d425f0176dfda2cf53784398ed6f0168ed3f1 | |
parent | b9fc496ff65a1f5656c3e7f62220b44c23f17406 (diff) | |
download | guix-8322749a1cf7ad2ae64dab6367bc8ca4d380f778.tar guix-8322749a1cf7ad2ae64dab6367bc8ca4d380f778.tar.gz |
gnu: python-urllib3: update comment.
* gnu/packages/python.scm(python-urllib3)[propagated-inputs]: Update comment.
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 57b89efd05..8d0d03a92e 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -8147,7 +8147,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) |