]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: we require setuptools > 0.6a9 in order to parse requirements that have a dot...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Nov 2008 16:15:03 +0000 (09:15 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Nov 2008 16:15:03 +0000 (09:15 -0700)
In the near future we might start actually relying on setuptools's pkg_resources's "require()" function to make modules importable, so we can't just skip zope.interface.

_auto_deps.py

index 1d0afdf13e0da2afad9fe73595ba93ee58c29e78..34d56a15474b87fadc87d33091520085afe733a5 100644 (file)
@@ -1,7 +1,5 @@
 install_requires=[
-                  # we require 0.6c8 to build, but can handle older versions
-                  # to run
-                  "setuptools >= 0.6a9",
+                  "setuptools >= 0.6c8",
 
                   # pycryptopp < 0.5 had a bug which, using a Microsoft
                   # compiler, or using some versions of g++ while linking