]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
It is Twisted 12.2.0 that starts depending on pywin32 for endpoints, not Twisted...
authorDaira Hopwood <daira@jacaranda.org>
Tue, 17 Feb 2015 19:11:57 +0000 (19:11 +0000)
committerDaira Hopwood <daira@jacaranda.org>
Tue, 17 Feb 2015 19:11:57 +0000 (19:11 +0000)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index 7a8a18544b27523830015a7140f26a29a2af2eee..3c00f61d370efc82f29fe6123f2e682dcfb7a946 100644 (file)
@@ -110,10 +110,10 @@ 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 >= 12.3.0 to avoid a dependency of its endpoints
+        # * We don't want Twisted >= 12.2.0 to avoid a dependency of its endpoints
         #   code on pywin32. <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2028>
         #
-        "Twisted >= 11.0.0, <= 12.2.0",
+        "Twisted >= 11.0.0, <= 12.1.0",
 
         # * We need Nevow >= 0.9.33 to avoid a bug in Nevow's setup.py
         #   which imported twisted at setup time.