Ignore-this:
b84642cefe2ada09ec1fd064614882f3
Hopefully this will fix the problems that setuptools-0.6c9 can't automatically include pyutil more than once if two different requirements require pyutil, but also let the "dpkg-buildpackage" build work with setuptools-0.6c9. I guess this will work only if that latter build doesn't require pyutil multiple times.
darcs-hash:
6980b1a7ec79c85036d9b8b97f72544660df7ef1
"The required version of setuptools (>=%s) is not available, and\n"
"can't be installed while this script is running. Please install\n"
" a more recent version first, using 'easy_install -U setuptools'."
- "\n\n(Currently using %r)"
+ "\n\n(Currently using %r)\n"
+ "Proceeding to attempt to build with the current version...\n"
) % (min_version, e.args[0])
- sys.exit(2)
+ return
else:
del pkg_resources, sys.modules['pkg_resources'] # reload ok
return do_download()