[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, 29 Mar 2021 19:03:30 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit f594c8931bf217bb4541efb77699f3090894a062
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
- 01/21: gnu: python-sip: Update to 5.5.0. Add python-sip-4, (continued)
- 01/21: gnu: python-sip: Update to 5.5.0. Add python-sip-4, guix-commits, 2021/03/29
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/03/29
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/03/29
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/03/29
- 06/21: gnu: Add python-zeroconf., guix-commits, 2021/03/29
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/03/29
- 21/21: gnu: Remove python2-pyqt., guix-commits, 2021/03/29
- 05/21: gnu: Add python-ifaddr., guix-commits, 2021/03/29
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/03/29
- 16/21: gnu: Add python-pychm., guix-commits, 2021/03/29
- 18/21: gnu: python-html5lib: Depend on python-chardet.,
guix-commits <=
- 20/21: gnu: Remove python2-pyqtwebengine., guix-commits, 2021/03/29
- 19/21: gnu: calibre: Update to 5.13.0., guix-commits, 2021/03/29
- 17/21: gnu: Add python-cchardet., guix-commits, 2021/03/29