me
/
guix
Archived
1
0
Fork 0

gnu: python-html5-parser: Fix build.

* gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add
python-chardet.
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
1 changed files with 2 additions and 1 deletions

View File

@ -1177,7 +1177,8 @@ and written in Python.")
`(("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