From a98a4ec13f3353aacdb2e35bc690a540702c39c2 Mon Sep 17 00:00:00 2001
From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 14 Aug 2011 19:53:47 -0700
Subject: [PATCH] _auto_deps.py: change the requirement for zope.interface to
 <= 3.6.2, >= 3.6.6. fixes #1435

---
 src/allmydata/_auto_deps.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index f998d365..68ef9f68 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -14,9 +14,9 @@ install_requires = [
     # Feisty has simplejson 1.4
     "simplejson >= 1.4",
 
-    # zope.interface 3.6.4 is incompatible with Nevow.
-    # These are the versions packaged in major versions of Debian or Ubuntu, or in pkgsrc.
-    "zope.interface == 3.3.1, == 3.5.3, == 3.6.1",
+    # zope.interface 3.6.3 and 3.6.4 are incompatible with Nevow (#1435).
+    # 3.6.5 is compatible but fails tests due to an unsuppressed warning.
+    "zope.interface <= 3.6.2, >= 3.6.6",
 
     # On Windows we need at least Twisted 9.0 to avoid an indirect dependency on pywin32.
     # On Linux we need at least Twisted 10.1.0 for inotify support used by the drop-upload
-- 
2.45.2