gnu: python-html5lib: Depend on python-chardet.
* gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add python-chardet.
This commit is contained in:
parent
141e74a830
commit
065f2cceb7
1 changed files with 3 additions and 1 deletions
|
@ -1102,7 +1102,9 @@ storage.")
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-six" ,python-six)
|
`(("python-six" ,python-six)
|
||||||
("python-webencodings" ,python-webencodings)))
|
("python-webencodings" ,python-webencodings)
|
||||||
|
;; Required by Calibre 5.
|
||||||
|
("python-chardet" ,python-chardet)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "check"))
|
`(#:test-target "check"))
|
||||||
(home-page
|
(home-page
|
||||||
|
|
Reference in a new issue