gnu: python-html5lib: Depend on python-chardet.

* gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add
python-chardet.
This commit is contained in:
Brendan Tildesley 2021-02-27 23:06:09 +11:00 committed by Leo Famulari
parent 141e74a830
commit 065f2cceb7
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -1102,7 +1102,9 @@ (define-public python-html5lib
(build-system python-build-system)
(propagated-inputs
`(("python-six" ,python-six)
("python-webencodings" ,python-webencodings)))
("python-webencodings" ,python-webencodings)
;; Required by Calibre 5.
("python-chardet" ,python-chardet)))
(arguments
`(#:test-target "check"))
(home-page