]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: try depending on setuptools >= 0.6c6 instead of >= 0.6c7 at run-time, to be...
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 8 Dec 2008 18:47:25 +0000 (11:47 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 8 Dec 2008 18:47:25 +0000 (11:47 -0700)
_auto_deps.py

index a09894f96457a4c69183326ec0dd89826695416c..e9966dfb0bdc5cb32e77ab47d2eee4fc6f01f968 100644 (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