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:
0de6e61
)
setup: require setuptools >= 0.6c7 to run
author
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 21 Nov 2008 05:36:11 +0000
(22:36 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Fri, 21 Nov 2008 05:36:11 +0000
(22:36 -0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index 34d56a15474b87fadc87d33091520085afe733a5..59c6d6c5b36216958035e0d189f5e7af2dbf9557 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-1,5
+1,6
@@
install_requires=[
- "setuptools >= 0.6c8",
+ # we require 0.6c8 to build, but can handle older versions to run
+ "setuptools >= 0.6c7",
# pycryptopp < 0.5 had a bug which, using a Microsoft
# compiler, or using some versions of g++ while linking