From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40296) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gTdMr-0005Yr-AA for guix-patches@gnu.org; Sun, 02 Dec 2018 20:49:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gTd6c-0006hn-AV for guix-patches@gnu.org; Sun, 02 Dec 2018 20:33:08 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:54307) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gTd6c-0006hg-6M for guix-patches@gnu.org; Sun, 02 Dec 2018 20:33:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gTd6c-0005K6-26 for guix-patches@gnu.org; Sun, 02 Dec 2018 20:33:02 -0500 Subject: [bug#33593] [PATCH 3/3] gnu: calibre: Remove unused dependencies. References: In-Reply-To: Resent-Message-ID: From: Brendan Tildesley Message-ID: Date: Mon, 3 Dec 2018 12:32:11 +1100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="------------76CAC0157AC32F58CD308422" Content-Language: en-AU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 33593@debbugs.gnu.org This is a multi-part message in MIME format. --------------76CAC0157AC32F58CD308422 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit --------------76CAC0157AC32F58CD308422 Content-Type: text/x-patch; name="0003-gnu-calibre-Remove-unused-dependencies.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="0003-gnu-calibre-Remove-unused-dependencies.patch" >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 --------------76CAC0157AC32F58CD308422--