From 9fba0288928e034eeb2b33b373591cb7d22730d3 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 8 Dec 2008 11:47:25 -0700
Subject: [PATCH] setup: try depending on setuptools >= 0.6c6 instead of >=
 0.6c7 at run-time, to be able to use the setuptools that came with Ubuntu
 Gutsy

---
 _auto_deps.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_auto_deps.py b/_auto_deps.py
index a09894f9..e9966dfb 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -1,6 +1,6 @@
 install_requires=[
-    # we require 0.6c8 to build, but can handle older versions to run
-    "setuptools >= 0.6c7",
+    # we require 0.6c6 to build, but can handle older versions to run
+    "setuptools >= 0.6c6",
 
                   # pycryptopp < 0.5 had a bug which, using a Microsoft
                   # compiler, or using some versions of g++ while linking
-- 
2.45.2