From: Zooko O'Whielacronx Date: Fri, 9 Jan 2009 20:09:49 +0000 (-0700) Subject: setup: merge relaxation of the version of setuptools that we require at runtime with... X-Git-Tag: allmydata-tahoe-1.3.0~219 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=ea77d27cc58b7dc5033b266241d5dcdd8f94dad1;p=tahoe-lafs%2Ftahoe-lafs.git setup: merge relaxation of the version of setuptools that we require at runtime with an indentation change --- diff --git a/_auto_deps.py b/_auto_deps.py index 25b3add8..8d45bf86 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.6c8 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