gnu: python-html5lib: Add propagated input.
* gnu/packages/python.scm (python-html5lib): Add propagated input python-six. (python2-html5lib): Add propagated input python2-six.
This commit is contained in:
parent
0c20025c05
commit
3dd7547666
|
@ -2867,6 +2867,8 @@ ISO 8601 dates, time and duration.")
|
|||
(base32
|
||||
"1l5i6xzckzx4hnh9qzv9q3kyhkgjx2hsi2k9srgci3qizjmvp6ln"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-six" ,python-six))) ; required to "import html5lib"
|
||||
(inputs
|
||||
`(("python-setuptools" ,python-setuptools)))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in New Issue