Mercurial > libervia-backend
changeset 573:db7a03a33612
installation: added mutagen to setup.py's dependencies
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 07 Jan 2013 23:54:17 +0100 |
parents | ca13633d3b6b |
children | 89f9a50ce7bf |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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