From 8dcf062f288fefd024b13f967a3de11606e037f5 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 7 Dec 2021 15:39:18 +0100 Subject: 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(-) (limited to 'gnu') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index f9af939781..ad7e9dd94d 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 -- cgit v1.2.3 ix/about/'>aboutsummaryrefslogtreecommitdiff
path: root/.guix-channel
AgeCommit message (Expand)Author
2020-06-17.guix-channel: Add primary URL....Ludovic Courtès
2020-06-16.guix-channel: Add 'keyring-reference'....Ludovic Courtès
2019-09-23Add '.guix-channel' file....Ludovic Courtès