# HG changeset patch # User Goffi # Date 1408980063 -7200 # Node ID c7fe4fe66fbca956c00d1bc95f042ee527910946 # Parent f2cb99b196b158026ec2858f27b7cc361dc43430 core (installation): replaced PIL by its maintained fork pillow (installation from pip is working out of the box with pillow, not with PIL) diff -r f2cb99b196b1 -r c7fe4fe66fbc setup.py --- a/setup.py Mon Aug 25 17:21:03 2014 +0200 +++ b/setup.py Mon Aug 25 17:21:03 2014 +0200 @@ -264,6 +264,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 >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'PIL', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr'], + install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'pillow', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check