# HG changeset patch # User Christophe de Vienne # Date 1411463936 -7200 # Node ID bf4f5064c7f58cb96f3fb7ad9e76d67000046ba1 # Parent 41e572257d276f5be1c9a153b65d7d8deae49e3a [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. diff -r 41e572257d27 -r bf4f5064c7f5 __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