aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2012-07-26 10:46:10 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2012-07-26 10:46:21 -0500
commit33e902e3b39d9f4b25280ccd15300eaca624e778 (patch)
treed08c7b3251d5d6c5df88cf5af0a04f5b95d51eb7 /setup.py
parentc7fd56c9e0052cd2b619962afbe454bcf3c1ec0c (diff)
downloadmediagoblin-33e902e3b39d9f4b25280ccd15300eaca624e778.tar.lz
mediagoblin-33e902e3b39d9f4b25280ccd15300eaca624e778.tar.xz
mediagoblin-33e902e3b39d9f4b25280ccd15300eaca624e778.zip
Removing PIL from the setup.py develop process.
People should use package managers to install PIL. It's too much of a mess to install via python packaging.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 1299b33c..f3bbe4cc 100644
--- 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',