gnu: python-idna-ssl: Add missing input.
* gnu/packages/python-xyz.scm (python-idna-ssl)[propagated-inputs]: Add python-idna.master
parent
32fcc9ba57
commit
1ae919ec21
|
@ -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)
|
||||
|
|
Reference in New Issue