Description: Use PIL instead Pillow
 Pillow is a PIL fork, but at the moment isnt present in Debian.
Author: Angel Abad <angel@debian.org>


--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@
     py_modules=['glue'],
     platforms='any',
     install_requires=[
-        'Pillow==1.7.8'
+        'PIL==1.1.7'
     ],
     classifiers=[
         'Development Status :: 4 - Beta',
