From 83b5f5ad520ed28d0e4ef02d96716bf483764713 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 20 Nov 2008 22:36:11 -0700
Subject: [PATCH] setup: require setuptools >= 0.6c7 to run

---
 _auto_deps.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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