lfam pushed a commit to branch master
in repository guix.

commit 065f2cceb7090e209a7f2c88a4f5385048dbdccf
Author: Brendan Tildesley <[email protected]>
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