From 85602d190d401a4f26bc898903056f35a52c4232 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 10 Apr 2008 15:46:10 -0700
Subject: [PATCH] setup: we now require setuptools at run-time

---
 _auto_deps.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/_auto_deps.py b/_auto_deps.py
index b556a113..01220546 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -5,6 +5,7 @@ install_requires=["zfec >= 1.1.0",
                   "nevow >= 0.6.0",
                   "zope.interface",
                   "twisted >= 2.4.0",
+                  "setuptools >= 0.6c8",
                   ]
 import sys
 if hasattr(sys, 'frozen'):
-- 
2.45.2