From: Daira Hopwood <daira@jacaranda.org>
Date: Wed, 21 Oct 2015 12:58:07 +0000 (+0100)
Subject: Bump pyasn1 requirement to >= 0.1.8.
X-Git-Url: https://git.rkrishnan.org/Site/copyable.html?a=commitdiff_plain;h=0aa305f33cf9422e7364285736444ccbe68f453a;p=tahoe-lafs%2Ftahoe-lafs.git

Bump pyasn1 requirement to >= 0.1.8.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

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",
 
     # <http://www.voidspace.org.uk/python/mock/>, 0.8.0 provides "call"
     # mock 1.1.x seems to cause problems on several buildslaves.