]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: require setuptools >= 0.6c7 to run
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Nov 2008 05:36:11 +0000 (22:36 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 21 Nov 2008 05:36:11 +0000 (22:36 -0700)
_auto_deps.py

index 34d56a15474b87fadc87d33091520085afe733a5..59c6d6c5b36216958035e0d189f5e7af2dbf9557 100644 (file)
@@ -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