From c2429ca4abb71503ad49990e47d140b2d157c516 Mon Sep 17 00:00:00 2001 From: Mathieu Othacehe Date: Mon, 16 Aug 2021 11:24:23 +0200 Subject: gnu: python-html5-parser: Fix build. * gnu/packages/python-web.scm (python-html5-parser)[propagated-inputs]: Add python-chardet. --- gnu/packages/python-web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index be75f03a43..91b68cf5f4 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -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 -- cgit v1.2.3