GNU bug report logs -
#35446
[PATCH 0/26] Calibre: Update to 3.41.3
Previous Next
Reported by: Brendan Tildesley <mail <at> brendan.scot>
Date: Sat, 27 Apr 2019 09:29:02 UTC
Severity: normal
Tags: patch
Done: Danny Milosavljevic <dannym <at> scratchpost.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/ebook.scm (calibre): Add missing dependencies python2-html5lib
and python2-psutil as indicated by tests.
---
gnu/packages/ebook.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index d944e39f33..9f6a2bf52e 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -134,6 +134,7 @@
("python2-dukpy" ,python2-dukpy)
("python2-feedparser" ,python2-feedparser)
("python2-html5-parser" ,python2-html5-parser)
+ ("python2-html5lib" ,python2-html5lib)
("python2-lxml" ,python2-lxml)
("python2-markdown" ,python2-markdown)
("python2-mechanize" ,python2-mechanize)
@@ -141,6 +142,7 @@
("python2-msgpack" ,python2-msgpack)
("python2-netifaces" ,python2-netifaces)
("python2-pillow" ,python2-pillow)
+ ("python2-psutil" ,python2-psutil)
("python2-pygments" ,python2-pygments)
("python2-pyqt" ,python2-pyqt)
("python2-sip" ,python2-sip)
--
2.21.0
This bug report was last modified 6 years and 76 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.