guix-commits
[Top][All Lists]
Advanced

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

19/22: gnu: python-html5lib: Depend on python-chardet.


From: guix-commits
Subject: 19/22: gnu: python-html5lib: Depend on python-chardet.
Date: Mon, 29 Mar 2021 18:59:58 -0400 (EDT)

lfam pushed a commit to branch wip-update-calibre
in repository guix.

commit 10c1529a2e3786e10b8f226ebb4f194e43280699
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sat Feb 27 23:06:09 2021 +1100

    gnu: python-html5lib: Depend on python-chardet.
    
    * gnu/packages/python-web.scm (python-html5lib)[propagated-inputs]: Add
    python-chardet.
---
 gnu/packages/python-web.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index c7dd18a..c79fa1b 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -1102,7 +1102,9 @@ storage.")
     (build-system python-build-system)
     (propagated-inputs
      `(("python-six" ,python-six)
-       ("python-webencodings" ,python-webencodings)))
+       ("python-webencodings" ,python-webencodings)
+       ;; Required by Calibre 5.
+       ("python-chardet" ,python-chardet)))
     (arguments
      `(#:test-target "check"))
     (home-page



reply via email to

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