gnu: calibre: Swap input python2-pil for python2-pillow.

* gnu/packages/ebook.scm (calibre)[inputs]: Drop python2-pil,
    add python2-pillow.
This commit is contained in:
Andreas Enge 2015-03-07 20:30:17 +01:00
parent bdbf227fa3
commit 2fbec76275
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,7 @@
("python2-lxml" ,python2-lxml) ("python2-lxml" ,python2-lxml)
("python2-mechanize" ,python2-mechanize) ("python2-mechanize" ,python2-mechanize)
("python2-netifaces" ,python2-netifaces) ("python2-netifaces" ,python2-netifaces)
;; pil is unmaintained, but the maintained fork pillow does not work. ("python2-pillow" ,python2-pillow)
("python2-pil" ,python2-pil)
("python2-pyqt" ,python2-pyqt) ("python2-pyqt" ,python2-pyqt)
("python2-sip" ,python2-sip) ("python2-sip" ,python2-sip)
("qt" ,qt) ("qt" ,qt)