]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py: name zope.interface >= 3.0 as one of our dependencies
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Sep 2007 17:46:50 +0000 (10:46 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 20 Sep 2007 17:46:50 +0000 (10:46 -0700)
calcdeps.py

index 45375816ee801aaccbf71b5a4327502c300ba57e..5c582018b51a786b65086f0b31891327f189e812 100644 (file)
@@ -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.