From 4f299020801f1f41ff66d93b7a7a8c51285c3675 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sat, 4 May 2019 02:42:12 +1000 Subject: gnu: calibre: Add missing dependencies as indicated by tests. * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-html5lib, python2-psutil. Signed-off-by: Danny Milosavljevic --- gnu/packages/ebook.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 62d1c3a72e..6bc3813725 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) -- cgit v1.2.3