projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
708fb4f
)
setup.py: name zope.interface >= 3.0 as one of our dependencies
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 20 Sep 2007 17:46:50 +0000
(10:46 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 20 Sep 2007 17:46:50 +0000
(10:46 -0700)
calcdeps.py
patch
|
blob
|
history
diff --git
a/calcdeps.py
b/calcdeps.py
index 45375816ee801aaccbf71b5a4327502c300ba57e..5c582018b51a786b65086f0b31891327f189e812 100644
(file)
--- 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.