From: Daira Hopwood Date: Wed, 8 Oct 2014 11:57:31 +0000 (+0100) Subject: Correct a comment about which version of Twisted introduces a pywin32 dependency... X-Git-Tag: allmydata-tahoe-1.10.1a1~115 X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.txt?a=commitdiff_plain;h=5bd76005a6c90e1b862dc6b3a51b9775647998de;p=tahoe-lafs%2Ftahoe-lafs.git Correct a comment about which version of Twisted introduces a pywin32 dependency (12.3.0, not 13.0). Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 4993c563..5052ab85 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -99,7 +99,7 @@ if sys.platform == "win32": # which includes the fix to . # * The SFTP frontend depends on Twisted 11.0.0 to fix the SSH server # rekeying bug - # * We don't want Twisted >= 13.0 to avoid a dependency of its endpoints + # * We don't want Twisted >= 12.3.0 to avoid a dependency of its endpoints # code on pywin32. # "Twisted == 11.0.0, == 11.1.0, == 12.0.0, == 12.1.0, == 12.2.0",