From 1c00ae15c8f68a1e612815937d461caa81280362 Mon Sep 17 00:00:00 2001
From: zooko <zooko@zooko.com>
Date: Wed, 17 Jun 2009 20:58:22 +0530
Subject: [PATCH] setup: build-requirement on setuptools from 0.6c10
 (zetuptoolz) to 0.6c9 (current release of setuptools)

Ignore-this: 88554f3dcfa2654d96104e13d068360
Hopefully this will let stdeb run to completion.

darcs-hash:9480446f961e45a6b36b71d6d40909c2670a0448
---
 zfec/setup.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/zfec/setup.py b/zfec/setup.py
index 84bdb2d..3c187c9 100755
--- a/zfec/setup.py
+++ b/zfec/setup.py
@@ -18,8 +18,7 @@ try:
 except ImportError:
     pass
 else:
-    # On cygwin there was a permissions error that was fixed in 0.6c6.
-    use_setuptools(min_version='0.6c10', download_delay=0, to_dir=miscdeps)
+    use_setuptools(min_version='0.6c9', download_delay=0, to_dir=miscdeps)
 
 from setuptools import Extension, find_packages, setup
 
-- 
2.45.2