From: Zooko O'Whielacronx Date: Mon, 8 Dec 2008 18:47:25 +0000 (-0700) Subject: setup: try depending on setuptools >= 0.6c6 instead of >= 0.6c7 at run-time, to be... X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=9fba0288928e034eeb2b33b373591cb7d22730d3;p=tahoe-lafs%2Ftahoe-lafs.git 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 --- diff --git a/_auto_deps.py b/_auto_deps.py index a09894f9..e9966dfb 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -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