]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Bump pyasn1 requirement to >= 0.1.8.
authorDaira Hopwood <daira@jacaranda.org>
Wed, 21 Oct 2015 12:58:07 +0000 (13:58 +0100)
committerDaira Hopwood <daira@jacaranda.org>
Wed, 21 Oct 2015 12:58:07 +0000 (13:58 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py

index ccb484d52ea23ff1bdd772f2daaaa206f1e1a9cd..e2b760b06de584fdf67d39bbf46b8fb7cee14060 100644 (file)
@@ -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.