mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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
1 changed files with 2 additions and 0 deletions
|
@ -2867,6 +2867,8 @@ (define-public python-html5lib
|
|||
(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 a new issue