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:
Ricardo Wurmus 2021-12-07 15:39:18 +01:00
parent a98fe1d46e
commit 8dcf062f28
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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