# HG changeset patch # User Goffi # Date 1298064189 -3600 # Node ID d1cc69161f3f4954e77501469f4236f73e502247 # Parent 5e00f8123001610a0882d297315be8dff7218e82 typo diff -r 5e00f8123001 -r d1cc69161f3f setup.py --- 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