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:
8e22556
)
setup: try depending on setuptools >= 0.6c6 instead of >= 0.6c7 at run-time, to be...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 8 Dec 2008 18:47:25 +0000
(11:47 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 8 Dec 2008 18:47:25 +0000
(11:47 -0700)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index a09894f96457a4c69183326ec0dd89826695416c..e9966dfb0bdc5cb32e77ab47d2eee4fc6f01f968 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-1,6
+1,6
@@
install_requires=[
- # we require 0.6c
8
to build, but can handle older versions to run
- "setuptools >= 0.6c
7
",
+ # we require 0.6c
6
to build, but can handle older versions to run
+ "setuptools >= 0.6c
6
",
# pycryptopp < 0.5 had a bug which, using a Microsoft
# compiler, or using some versions of g++ while linking