Removing PIL from the setup.py develop process.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 26 Jul 2012 15:46:10 +0000 (10:46 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 26 Jul 2012 15:46:21 +0000 (10:46 -0500)
People should use package managers to install PIL.  It's too much of a
mess to install via python packaging.

setup.py

index 1299b33c2d9b99a32a19e5be0ed6fec76725467f..f3bbe4ccf32bfaa587badea9d2aab866706cc494 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,6 @@ setup(
         'celery',
         'jinja2',
         'sphinx',
-        'PIL',
         'Babel',
         'translitcodec',
         'argparse',
@@ -65,6 +64,7 @@ setup(
         ## For now we're expecting that users will install this from
         ## their package managers.
         # 'lxml',
+        # 'PIL',
         ],
     # requires=['gst'],
     test_suite='nose.collector',