]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - src/allmydata/_auto_deps.py
Update the dependency on zope.interface to fix an incompatiblity between Nevow and...
[tahoe-lafs/tahoe-lafs.git] / src / allmydata / _auto_deps.py
index c479985c6070be7356d830968d044187cf31b52a..f2e29d30daa74c0e91f0a13fd7db6908a55d6e7d 100644 (file)
@@ -14,7 +14,9 @@ install_requires = [
     # Feisty has simplejson 1.4
     "simplejson >= 1.4",
 
-    "zope.interface",
+    # 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",
 
     # On Windows we need at least Twisted 9.0 to avoid an indirect dependency on pywin32.
     # We also need Twisted 10.1 for the FTP frontend in order for Twisted's FTP server to