From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Thu, 20 Sep 2007 17:46:50 +0000 (-0700)
Subject: setup.py: name zope.interface >= 3.0 as one of our dependencies
X-Git-Tag: allmydata-tahoe-0.6.0~48
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/simplejson/...?a=commitdiff_plain;h=714273666b5fa2ff638f1c7710c8582fe72f01fe;p=tahoe-lafs%2Ftahoe-lafs.git

setup.py: name zope.interface >= 3.0 as one of our dependencies
---

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.