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.
This commit is contained in:
parent
c7fd56c9e0
commit
33e902e3b3
2
setup.py
2
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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user