From: Zooko O'Whielacronx Date: Fri, 21 Nov 2008 05:36:11 +0000 (-0700) Subject: setup: require setuptools >= 0.6c7 to run X-Git-Url: https://git.rkrishnan.org/architecture.txt?a=commitdiff_plain;h=83b5f5ad520ed28d0e4ef02d96716bf483764713;p=tahoe-lafs%2Ftahoe-lafs.git setup: require setuptools >= 0.6c7 to run --- diff --git a/_auto_deps.py b/_auto_deps.py index 34d56a15..59c6d6c5 100644 --- a/_auto_deps.py +++ b/_auto_deps.py @@ -1,5 +1,6 @@ install_requires=[ - "setuptools >= 0.6c8", + # we require 0.6c8 to build, but can handle older versions to run + "setuptools >= 0.6c7", # pycryptopp < 0.5 had a bug which, using a Microsoft # compiler, or using some versions of g++ while linking