# HG changeset patch # User Goffi # Date 1295969967 -3600 # Node ID 01a0bd6e7faeefbbd19fe104f917324b3d038d97 # Parent c1ad04586edfe5994ecd8a2f6c15f2f74f8e0887 distribute: removed dependency_links for urwid-satext: it's now on pypi diff -r c1ad04586edf -r 01a0bd6e7fae setup.py --- a/setup.py Tue Jan 25 15:24:31 2011 +0100 +++ b/setup.py Tue Jan 25 16:39:27 2011 +0100 @@ -203,7 +203,6 @@ ], scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'], zip_safe=False, - dependency_links = ['http://ftp.goffi.org/urwid-satext/'], install_requires=['twisted', 'progressbar', 'urwid', 'beautifulsoup', 'mercurial', 'urwid-satext'], cmdclass=dict(install=custom_install), ) #XXX: The Mercurial dependecy is just here to build the custom wokkel (with MUC branch), it must be removed