From 5dab93475de6d925dd75bf6d5a999e5944ce3060 Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Thu, 29 Oct 2015 20:53:36 +0000
Subject: [PATCH] Turn off bridging to Twisted log, and pin to Twisted 15.2.0.
 Hopefully this will avoid http://foolscap.lothar.com/trac/ticket/244 .

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 src/allmydata/_auto_deps.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index bdbf0807..fa778bd8 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -37,7 +37,8 @@ install_requires = [
     #   filepath.Permissions
     # * Nevow 0.11.1 depends on Twisted >= 13.0.0.
     # * The Magic Folder frontend depends on Twisted >= 15.2.0.
-    "Twisted >= 15.2.0",
+    # * For now we pin Twisted 15.2.0 to avoid <http://foolscap.lothar.com/trac/ticket/244>.
+    "Twisted == 15.2.0",
 
     # Nevow 0.11.1 can be installed using pip (#2032).
     "Nevow >= 0.11.1",
-- 
2.45.2