]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
setup: okay, actually try 0.6c12dev this time
authorzooko <zooko@zooko.com>
Mon, 17 Aug 2009 02:07:22 +0000 (07:37 +0530)
committerzooko <zooko@zooko.com>
Mon, 17 Aug 2009 02:07:22 +0000 (07:37 +0530)
Ignore-this: c71e76a1209caf3a049285825b4e26f6

darcs-hash:c385cf345221c8c8f739d6288369fc341d605585

zfec/setup.py

index 926d13267a1ecb1e1ac3175f038d0e95632c63f8..3684b6d3886d28de364de33d3393b63b62dd96c6 100755 (executable)
@@ -28,7 +28,7 @@ else:
     # TypeError: swig_sources() takes exactly 3 arguments (2 given)
     # If there isn't a setuptools already installed, then this will install
     # setuptools v0.6c12dev (which is our own toothpick of setuptools).
-    use_setuptools(download_delay=0, min_version="0.6c8")
+    use_setuptools(download_delay=0, min_version="0.6c12dev")
 
 from setuptools import Extension, find_packages, setup