mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 17:23:38 -05:00
gnu: python-ndg-httpsclient: Add missing input.
* gnu/packages/python-web.scm (python-ndg-httpsclient)[propagated-inputs]: Add python-pyasn1.
This commit is contained in:
parent
a98fe1d46e
commit
8dcf062f28
1 changed files with 2 additions and 1 deletions
|
@ -2399,7 +2399,8 @@ (define-public python-ndg-httpsclient
|
|||
'(;; The tests appear to require networking.
|
||||
#:tests? #f))
|
||||
(propagated-inputs
|
||||
`(("python-pyopenssl" ,python-pyopenssl)))
|
||||
`(("python-pyasn1" ,python-pyasn1)
|
||||
("python-pyopenssl" ,python-pyopenssl)))
|
||||
(synopsis "HTTPS support for Python's httplib and urllib2")
|
||||
(description "This is a HTTPS client implementation for httplib and urllib2
|
||||
based on PyOpenSSL. PyOpenSSL provides a more fully-featured SSL implementation
|
||||
|
|
Loading…
Reference in a new issue