[pkg] Depend on Pillow instead of PIL
authorChristophe de Vienne <christophe@unlish.com>
Tue, 23 Sep 2014 11:18:56 +0200
changeset 9987 bf4f5064c7f5
parent 9986 41e572257d27
child 9988 623707a0c404
[pkg] Depend on Pillow instead of PIL The Pillow library is becoming the de-facto replacement for PIL. It also is way simpler to install with pip than PIL. Closes #4411354.
__pkginfo__.py
--- a/__pkginfo__.py	Thu Sep 25 14:42:00 2014 +0200
+++ b/__pkginfo__.py	Tue Sep 23 11:18:56 2014 +0200
@@ -56,7 +56,7 @@
 __recommends__ = {
     'docutils': '>= 0.6',
     'Pyro': '>= 3.9.1, < 4.0.0',
-    'PIL': '',                  # for captcha
+    'Pillow': '',               # for captcha
     'pycrypto': '',             # for crypto extensions
     'fyzz': '>= 0.1.0',         # for sparql
     'vobject': '>= 0.6.0',      # for ical view