From 0aa305f33cf9422e7364285736444ccbe68f453a Mon Sep 17 00:00:00 2001 From: Daira Hopwood Date: Wed, 21 Oct 2015 13:58:07 +0100 Subject: [PATCH] Bump pyasn1 requirement to >= 0.1.8. Signed-off-by: Daira Hopwood --- src/allmydata/_auto_deps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py index ccb484d5..e2b760b0 100644 --- a/src/allmydata/_auto_deps.py +++ b/src/allmydata/_auto_deps.py @@ -59,7 +59,7 @@ install_requires = [ # pycrypto 2.2 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/620253 # pycrypto 2.4 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/881130 "pycrypto == 2.1.0, == 2.3, >= 2.4.1", - "pyasn1 >= 0.0.8a", + "pyasn1 >= 0.1.8", # , 0.8.0 provides "call" # mock 1.1.x seems to cause problems on several buildslaves. -- 2.45.2