From 5a417b556c089d9fe0216340431844c79e5b099b Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Thu, 5 Sep 2013 19:00:58 +0100 Subject: [PATCH] Sat Nov 5 02:24:57 GMT 2011 david-sarah@jacaranda.org * _auto_deps.py: blacklist PyCrypto 2.4. --- 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 2aa90697..67e69234 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -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/ -- 2.45.2