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:
623d82a
)
back our runtime setuptools dependency down to 0.6a9 . We need a newer version to...
author
Brian Warner
<warner@allmydata.com>
Thu, 10 Apr 2008 23:31:59 +0000
(16:31 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 10 Apr 2008 23:31:59 +0000
(16:31 -0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index 01220546c4de7ec855a1e97516512b13499f5b1f..c92f5cc1c0f8f7b7b81510fb64908497f733ecab 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-5,7
+5,9
@@
install_requires=["zfec >= 1.1.0",
"nevow >= 0.6.0",
"zope.interface",
"twisted >= 2.4.0",
- "setuptools >= 0.6c8",
+ # we require 0.6c8 to build, but can handle older versions
+ # to run
+ "setuptools >= 0.6a9",
]
import sys
if hasattr(sys, 'frozen'):