# HG changeset patch # User Goffi # Date 1383236312 -3600 # Node ID cac98ca764790c43f1a79b893ea8c5e282f9244e # Parent 8004c7d4aba7f7d58697a77cde39f497cd986274 install: added lxml to setup.py dependencies diff -r 8004c7d4aba7 -r cac98ca76479 setup.py --- a/setup.py Thu Oct 31 17:18:04 2013 +0100 +++ b/setup.py Thu Oct 31 17:18:32 2013 +0100 @@ -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 >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext', 'pyfeed', 'xe', 'mutagen', 'PIL'], + install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.1.0', 'urwid-satext', 'pyfeed', 'xe', 'mutagen', 'PIL', 'lxml'], cmdclass={'install': CustomInstall}, ) # XXX: wxpython doesn't work, it's managed with preinstall_check