Description: Remove deps from setup.py to avoid problem with
 pkg_resources
Author: Angel Abad <angelabad@ubuntu.com>
Origin: vendor, https://github.com/jorgebastida/glue/issues/85
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1169077

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