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:
cd1c6a5
)
setup: we now require setuptools at run-time
author
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 10 Apr 2008 22:46:10 +0000
(15:46 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Thu, 10 Apr 2008 22:46:10 +0000
(15:46 -0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index b556a1132ec51d683a874da8b7d6309c618d48e3..01220546c4de7ec855a1e97516512b13499f5b1f 100644
(file)
--- 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'):