[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/21: gnu: python-html5lib: Depend on python-chardet.
From: |
guix-commits |
Subject: |
18/21: gnu: python-html5lib: Depend on python-chardet. |
Date: |
Mon, 5 Apr 2021 15:54:26 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 4cd77be48ad70c921d85a3b9994c43c5c7ed5d6a
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
- 08/21: gnu: Add python-multivolumefile., (continued)
- 08/21: gnu: Add python-multivolumefile., guix-commits, 2021/04/05
- 09/21: gnu: Add python-ppmd-cffi., guix-commits, 2021/04/05
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/04/05
- 11/21: gnu: Add python-pyzstd, guix-commits, 2021/04/05
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/04/05
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/04/05
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/04/05
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/04/05
- 17/21: gnu: Add python-cchardet., guix-commits, 2021/04/05
- 16/21: gnu: Add python-pychm., guix-commits, 2021/04/05
- 18/21: gnu: python-html5lib: Depend on python-chardet.,
guix-commits <=
- 20/21: gnu: Remove python2-pyqtwebengine., guix-commits, 2021/04/05
- 19/21: gnu: calibre: Update to 5.14.0., guix-commits, 2021/04/05
- 21/21: gnu: Remove python2-pyqt., guix-commits, 2021/04/05