]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Correct a comment about which version of Twisted introduces a pywin32 dependency...
authorDaira Hopwood <daira@jacaranda.org>
Wed, 8 Oct 2014 11:57:31 +0000 (12:57 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 8 Oct 2014 11:57:31 +0000 (12:57 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index 4993c56384cdc5af9c4b19007f5b7d99b4f31a9f..5052ab85aca1cbea104df73c54fdb406bed60150 100644 (file)
@@ -99,7 +99,7 @@ if sys.platform == "win32":
         #   which includes the fix to <https://twistedmatrix.com/trac/ticket/411>.
         # * The SFTP frontend depends on Twisted 11.0.0 to fix the SSH server
         #   rekeying bug <https://twistedmatrix.com/trac/ticket/4395>
-        # * 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. <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2028>
         #
         "Twisted == 11.0.0, == 11.1.0, == 12.0.0, == 12.1.0, == 12.2.0",