guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: python-html5-parser: Fix build.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: python-html5-parser: Fix build.
Date: Mon, 16 Aug 2021 05:40:34 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new c2429ca  gnu: python-html5-parser: Fix build.
c2429ca is described below

commit c2429ca4abb71503ad49990e47d140b2d157c516
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Mon Aug 16 11:24:23 2021 +0200

    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(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index be75f03..91b68cf 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]