From 714273666b5fa2ff638f1c7710c8582fe72f01fe Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 20 Sep 2007 10:46:50 -0700
Subject: [PATCH] setup.py: name zope.interface >= 3.0 as one of our
 dependencies

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

diff --git a/calcdeps.py b/calcdeps.py
index 45375816..5c582018 100644
--- a/calcdeps.py
+++ b/calcdeps.py
@@ -24,6 +24,7 @@ except ImportError:
 install_requires=["zfec >= 1.0.3",
                   "foolscap >= 0.1.6",
                   "simplejson >= 1.4",
+                  "zope.interface >= 3.0",
                   ]
 
 # Ubuntu Dapper includes nevow-0.6.0 and twisted-2.2.0, both of which work.
-- 
2.45.2