gnu: python-html5-parser: Fix build.

* gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add
python-chardet.
This commit is contained in:
Mathieu Othacehe 2021-08-16 11:24:23 +02:00
parent c16341bb9e
commit c2429ca4ab
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -1177,7 +1177,8 @@ (define-public python-html5-parser
`(("libxml2" ,libxml2)))
(propagated-inputs
`(("python-lxml" ,python-lxml)
("python-beautifulsoup4" ,python-beautifulsoup4)))
("python-beautifulsoup4" ,python-beautifulsoup4)
("python-chardet" ,python-chardet)))
(home-page "https://html5-parser.readthedocs.io")
(synopsis "Fast C-based HTML5 parsing for Python")
(description "This package provides a fast implementation of the HTML5