]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Sat Nov 5 02:24:57 GMT 2011 david-sarah@jacaranda.org
authorDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:00:58 +0000 (19:00 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 5 Sep 2013 18:00:58 +0000 (19:00 +0100)
  * _auto_deps.py: blacklist PyCrypto 2.4.

src/allmydata/_auto_deps.py

index 2aa906973587a546ef78b958f4449ca653334f5b..67e69234c284097ab4c2a4f605695d96f106c666 100644 (file)
@@ -44,7 +44,8 @@ install_requires = [
 
     # Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
     # pycrypto 2.2 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/620253
-    "pycrypto == 2.0.1, == 2.1.0, >= 2.3",
+    # pycrypto 2.4 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/881130
+    "pycrypto == 2.0.1, == 2.1.0, == 2.3, >= 2.4.1",
     "pyasn1 >= 0.0.8a",
 
     # http://www.voidspace.org.uk/python/mock/