>From 0be9e8ca365fe38501480ac488fafb7fef644a0a Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Sun, 2 Dec 2018 19:52:57 +1100 Subject: [PATCH 3/3] gnu: calibre: Remove unused dependencies. * gnu/packages/ebooks.scm (calibre): [inputs]: remove python2-cssselect, python2-pillow. --- gnu/packages/ebook.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm index 0ab07ed738..2612183bc8 100644 --- a/gnu/packages/ebook.scm +++ b/gnu/packages/ebook.scm @@ -125,7 +125,6 @@ ("python" ,python-2) ("python2-apsw" ,python2-apsw) ("python2-chardet" ,python2-chardet) - ("python2-cssselect" ,python2-cssselect) ("python2-cssutils" ,python2-cssutils) ("python2-dateutil" ,python2-dateutil) ("python2-dbus" ,python2-dbus) @@ -139,7 +138,6 @@ ;; python2-msgpack is needed for the network content server to work. ("python2-msgpack" ,python2-msgpack) ("python2-netifaces" ,python2-netifaces) - ("python2-pillow" ,python2-pillow) ("python2-pygments" ,python2-pygments) ("python2-pyqt" ,python2-pyqt) ("python2-sip" ,python2-sip) -- 2.19.1