Mercurial > libervia-backend
changeset 296:d1cc69161f3f
typo
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 18 Feb 2011 22:23:09 +0100 |
parents | 5e00f8123001 |
children | c5554e2939dd |
files | setup.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/setup.py Fri Feb 18 22:10:38 2011 +0100 +++ b/setup.py Fri Feb 18 22:23:09 2011 +0100 @@ -207,7 +207,7 @@ 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', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext','pyfeed','xe'], cmdclass=dict(install=custom_install), - ) #XXX: The Mercurial dependecy is just here to build the custom wokkel (with MUC branch), it must be removed + ) #XXX: The Mercurial dependency is just here to build the custom wokkel (with MUC branch), it must be removed # and replace by wokkel as soon as MUC branch is officially available in wokkel main branch. # wxpython doesn't work, it's managed with preinstall_check