mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: python-html5-parser: Fix build.
* gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add python-chardet.
This commit is contained in:
parent
c16341bb9e
commit
c2429ca4ab
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue