[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: calibre: Swap input python2-pil for python2-pillow.
From: |
Andreas Enge |
Subject: |
01/01: gnu: calibre: Swap input python2-pil for python2-pillow. |
Date: |
Sat, 07 Mar 2015 19:31:06 +0000 |
andreas pushed a commit to branch master
in repository guix.
commit 2fbec76275c2200c7e6eb1a750d7dca7b0382666
Author: Andreas Enge <address@hidden>
Date: Sat Mar 7 20:30:17 2015 +0100
gnu: calibre: Swap input python2-pil for python2-pillow.
* gnu/packages/ebook.scm (calibre)[inputs]: Drop python2-pil,
add python2-pillow.
---
gnu/packages/ebook.scm | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index a1d887a..4664067 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -115,8 +115,7 @@
("python2-lxml" ,python2-lxml)
("python2-mechanize" ,python2-mechanize)
("python2-netifaces" ,python2-netifaces)
- ;; pil is unmaintained, but the maintained fork pillow does not work.
- ("python2-pil" ,python2-pil)
+ ("python2-pillow" ,python2-pillow)
("python2-pyqt" ,python2-pyqt)
("python2-sip" ,python2-sip)
("qt" ,qt)