From: david-sarah <david-sarah@jacaranda.org>
Date: Thu, 20 May 2010 18:14:37 +0000 (-0700)
Subject: SFTP: relax pyasn1 version dependency to >= 0.0.8a.
X-Git-Url: https://git.rkrishnan.org/%5B/%5D%20/file/frontends/cyclelanguage?a=commitdiff_plain;h=01e59aab8dfa1ae3e045eadea75d0da44cbc2a99;p=tahoe-lafs%2Ftahoe-lafs.git

SFTP: relax pyasn1 version dependency to >= 0.0.8a.
---

diff --git a/_auto_deps.py b/_auto_deps.py
index e42b3636..8ea70f82 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -30,7 +30,7 @@ install_requires=[
 
                   # Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
                   "pycrypto >= 2.0.1",
-                  "pyasn1 >= 0.0.11a",
+                  "pyasn1 >= 0.0.8a",
 
                   # Will be needed to test web apps, but not yet. See #1001.
                   #"windmill >= 1.3",