apteryx pushed a commit to branch cu/farewell-to-pythonpath in repository guix.
commit 07efa340145b727b5bf9fb0fb7e7697b1fe804d1 Author: Lars-Dominik Braun <[email protected]> AuthorDate: Thu Jan 7 14:12:56 2021 +0100 gnu: python-idna-ssl: Add missing input. * gnu/packages/python-xyz.scm (python-idna-ssl)[propagated-inputs]: Add python-idna. --- gnu/packages/python-xyz.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fe50763..e1348bb 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9450,6 +9450,7 @@ is binding LibSass.") (build-system python-build-system) (arguments `(#:tests? #f)) ;circular dependency with python-aiohttp + (propagated-inputs `(("python-idna" ,python-idna))) (home-page "https://github.com/aio-libs/idna-ssl") (synopsis "Patch @code{ssl.match_hostname} for Unicode(idna) domains support") (description "Patch @code{ssl.match_hostname} for Unicode(idna)
