From: Daira Hopwood Date: Tue, 17 Feb 2015 19:11:57 +0000 (+0000) Subject: It is Twisted 12.2.0 that starts depending on pywin32 for endpoints, not Twisted... X-Git-Tag: allmydata-tahoe-1.10.1a1~68 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=c5817c3ce3a7326e2902117bee000a13e85b1621;p=tahoe-lafs%2Ftahoe-lafs.git It is Twisted 12.2.0 that starts depending on pywin32 for endpoints, not Twisted 12.3.0. Signed-off-by: Daira Hopwood --- diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index 7a8a1854..3c00f61d 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -110,10 +110,10 @@ 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 >= 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. # - "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.