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:
348eecd
)
setup: loosen our version requirement on zfec to require >= 1.1 instead of >= 1.3
author
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 23 Jan 2008 00:35:38 +0000
(17:35 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Wed, 23 Jan 2008 00:35:38 +0000
(17:35 -0700)
I see that we have .deb's only for v1.1.
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index e505abbaa5031518c68902b14ea1f5a6ddd94212..d58c7e851ca137e47bf4438463c18a736ca5d261 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-1,4
+1,4
@@
-install_requires=["zfec >= 1.
3
.0",
+install_requires=["zfec >= 1.
1
.0",
"foolscap >= 0.2.3",
"simplejson >= 1.7.3",
"pycryptopp >= 0.2.9",