From: david-sarah Date: Fri, 31 Dec 2010 06:00:39 +0000 (-0800) Subject: Update foolscap version requirement to 0.6.0, to address http://foolscap.lothar.com... X-Git-Url: https://git.rkrishnan.org/vdrive/%22news.html/statistics?a=commitdiff_plain;h=c82b48f3d60fdfbc7ecc3f6e97d4008de14bda59;p=tahoe-lafs%2Ftahoe-lafs.git Update foolscap version requirement to 0.6.0, to address http://foolscap.lothar.com/trac/ticket/167 --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 6f4b322f..ba450f9b 100644 --- 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.