guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 09/09: gnu: python-ndg-httpsclient: Add missing input.
Date: Tue, 7 Dec 2021 09:52:25 -0500 (EST)

rekado pushed a commit to branch core-updates-frozen
in repository guix.

commit 8dcf062f288fefd024b13f967a3de11606e037f5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 7 15:39:18 2021 +0100

    gnu: python-ndg-httpsclient: Add missing input.
    
    * gnu/packages/python-web.scm (python-ndg-httpsclient)[propagated-inputs]: 
Add
    python-pyasn1.
---
 gnu/packages/python-web.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f9af939..ad7e9dd 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]