summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorHartmut Goebel <h.goebel@crazy-compilers.com>2016-10-16 23:46:06 +0200
committerHartmut Goebel <h.goebel@crazy-compilers.com>2016-11-15 22:31:49 +0100
commit8322749a1cf7ad2ae64dab6367bc8ca4d380f778 (patch)
tree296d425f0176dfda2cf53784398ed6f0168ed3f1 /gnu/packages/python.scm
parentb9fc496ff65a1f5656c3e7f62220b44c23f17406 (diff)
gnu: python-urllib3: update comment.
* gnu/packages/python.scm(python-urllib3)[propagated-inputs]: Update comment.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm2
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)