# HG changeset patch # User Goffi # Date 1361638258 -3600 # Node ID 21ddafccf32df0b70e5d9ab49e9b767b2225808b # Parent c8b129a3c209cec6792d6f248f361c832f6a3665 installation: added forgotten imaging dependency diff -r c8b129a3c209 -r 21ddafccf32d setup.py --- a/setup.py Sat Feb 23 12:25:34 2013 +0100 +++ b/setup.py Sat Feb 23 17:50:58 2013 +0100 @@ -173,6 +173,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', 'urwid-satext', 'pyfeed', 'xe', 'mutagen'], + install_requires=['twisted', 'wokkel', 'progressbar', 'urwid', 'urwid-satext', 'pyfeed', 'xe', 'mutagen', 'imaging'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check