From: zooko Date: Mon, 17 Aug 2009 02:07:22 +0000 (+0530) Subject: setup: okay, actually try 0.6c12dev this time X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Fzfec.git;a=commitdiff_plain;h=e1ad8c7f721ad15bc12c9c0c4e8fc7329d890409 setup: okay, actually try 0.6c12dev this time Ignore-this: c71e76a1209caf3a049285825b4e26f6 darcs-hash:c385cf345221c8c8f739d6288369fc341d605585 --- diff --git a/zfec/setup.py b/zfec/setup.py index 926d132..3684b6d 100755 --- a/zfec/setup.py +++ b/zfec/setup.py @@ -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