Mercurial > libervia-backend
changeset 651:8dcc37d05d02
install: fixed setup.py (changed "imaging" to "PIL")
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 03 Oct 2013 12:58:00 +0200 |
parents | a5ad628c3cbf |
children | 8664a72442d6 |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Sun Sep 29 16:29:57 2013 +0200 +++ b/setup.py Thu Oct 03 12:58:00 2013 +0200 @@ -171,6 +171,6 @@ scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], zip_safe=False, dependency_links=['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'], - install_requires=['twisted', 'wokkel', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext', 'pyfeed', 'xe', 'mutagen', 'imaging'], + install_requires=['twisted', 'wokkel', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext', 'pyfeed', 'xe', 'mutagen', 'PIL'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check