setup: try depending on setuptools >= 0.6c6 instead of >= 0.6c7 at run-time, to be able to use the setuptools that came with Ubuntu Gutsy

This commit is contained in:
Zooko O'Whielacronx 2008-12-08 11:47:25 -07:00
parent 8e22556e66
commit 9fba028892

View File

@ -1,6 +1,6 @@
install_requires=[
# we require 0.6c8 to build, but can handle older versions to run
"setuptools >= 0.6c7",
# we require 0.6c6 to build, but can handle older versions to run
"setuptools >= 0.6c6",
# pycryptopp < 0.5 had a bug which, using a Microsoft
# compiler, or using some versions of g++ while linking