gnu: python-idna-ssl: Add missing input.

* gnu/packages/python-xyz.scm (python-idna-ssl)[propagated-inputs]: Add
python-idna.
This commit is contained in:
Lars-Dominik Braun 2021-01-07 14:12:56 +01:00 committed by Maxim Cournoyer
parent 32fcc9ba57
commit 1ae919ec21
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -9450,6 +9450,7 @@ (define-public python-idna-ssl
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f)) ;circular dependency with python-aiohttp `(#:tests? #f)) ;circular dependency with python-aiohttp
(propagated-inputs `(("python-idna" ,python-idna)))
(home-page "https://github.com/aio-libs/idna-ssl") (home-page "https://github.com/aio-libs/idna-ssl")
(synopsis "Patch @code{ssl.match_hostname} for Unicode(idna) domains support") (synopsis "Patch @code{ssl.match_hostname} for Unicode(idna) domains support")
(description "Patch @code{ssl.match_hostname} for Unicode(idna) (description "Patch @code{ssl.match_hostname} for Unicode(idna)