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:
be18ded
)
Update foolscap version requirement to 0.6.0, to address http://foolscap.lothar.com...
author
david-sarah
<david-sarah@jacaranda.org>
Fri, 31 Dec 2010 06:00:39 +0000
(22:00 -0800)
committer
david-sarah
<david-sarah@jacaranda.org>
Fri, 31 Dec 2010 06:00:39 +0000
(22:00 -0800)
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 6f4b322f9bc1f7a1bc52422660785a2e8330cfdd..ba450f9b6f3743a54d839e835ca2babb8431f31b 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-21,7
+21,8
@@
install_requires=[
# foolscap < 0.5.1 had a performance bug which spent
# O(N**2) CPU for transferring large mutable files
# of size N.
- "foolscap[secure_connections] >= 0.5.1",
+ # foolscap < 0.6 is incompatible with Twisted 10.2.0.
+ "foolscap[secure_connections] >= 0.6.0",
"Nevow >= 0.6.0",
# Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.