From e1ad8c7f721ad15bc12c9c0c4e8fc7329d890409 Mon Sep 17 00:00:00 2001 From: zooko Date: Mon, 17 Aug 2009 07:37:22 +0530 Subject: [PATCH] setup: okay, actually try 0.6c12dev this time Ignore-this: c71e76a1209caf3a049285825b4e26f6 darcs-hash:c385cf345221c8c8f739d6288369fc341d605585 --- zfec/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.37.2