# HG changeset patch # User Goffi # Date 1357599257 -3600 # Node ID db7a03a33612a57427676d7c28c7020d2239ffb2 # Parent ca13633d3b6bfec9cf5b1fd59593957f1f5cd73b installation: added mutagen to setup.py's dependencies diff -r ca13633d3b6b -r db7a03a33612 setup.py --- a/setup.py Mon Jan 07 23:30:13 2013 +0100 +++ b/setup.py Mon Jan 07 23:54:17 2013 +0100 @@ -169,7 +169,7 @@ 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'], + install_requires=['twisted', 'wokkel', 'progressbar', 'urwid', 'urwid-satext','pyfeed','xe', 'mutagen'], cmdclass=dict(install=custom_install), ) #XXX: wxpython doesn't work, it's managed with preinstall_check