]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: merge relaxation of the version of setuptools that we require at runtime with...
authorZooko O'Whielacronx <zooko@zooko.com>
Fri, 9 Jan 2009 20:09:49 +0000 (13:09 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Fri, 9 Jan 2009 20:09:49 +0000 (13:09 -0700)
_auto_deps.py

index 25b3add8b15bd544666deb52e96ab548d8771196..8d45bf8615a32f2f53f146550c35633a25faada1 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.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