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
@ -2399,7 +2399,8 @@ deprecation warnings to be issued when a variable is used.")
|
||||
'(;; 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 New Issue
Block a user