me
/
guix
Archived
1
0
Fork 0

gnu: python-ndg-httpsclient: Add missing input.

* gnu/packages/python-web.scm (python-ndg-httpsclient)[propagated-inputs]: Add
python-pyasn1.
master
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
1 changed files with 2 additions and 1 deletions

View File

@ -2399,7 +2399,8 @@ deprecation warnings to be issued when a variable is used.")
'(;; The tests appear to require networking. '(;; The tests appear to require networking.
#:tests? #f)) #:tests? #f))
(propagated-inputs (propagated-inputs
`(("python-pyopenssl" ,python-pyopenssl))) `(("python-pyasn1" ,python-pyasn1)
("python-pyopenssl" ,python-pyopenssl)))
(synopsis "HTTPS support for Python's httplib and urllib2") (synopsis "HTTPS support for Python's httplib and urllib2")
(description "This is a HTTPS client implementation for 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 based on PyOpenSSL. PyOpenSSL provides a more fully-featured SSL implementation