mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 04:37:36 -05:00
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:
parent
32fcc9ba57
commit
1ae919ec21
1 changed files with 1 additions and 0 deletions
|
@ -9450,6 +9450,7 @@ (define-public python-idna-ssl
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue