From: david-sarah <david-sarah@jacaranda.org>
Date: Sun, 16 May 2010 19:37:10 +0000 (-0700)
Subject: SFTP: add pyasn1 as dependency, needed if we are using Twisted >= 9.0.0.
X-Git-Url: https://git.rkrishnan.org/class-simplejson.JSONEncoder-index.html?a=commitdiff_plain;h=4f8db948618964b6e1c7565d67dc4d0e9f07ba14;p=tahoe-lafs%2Ftahoe-lafs.git

SFTP: add pyasn1 as dependency, needed if we are using Twisted >= 9.0.0.
---

diff --git a/_auto_deps.py b/_auto_deps.py
index ffe3c87f..e42b3636 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -28,8 +28,9 @@ install_requires=[
                   # .
                   "pycryptopp >= 0.5.15",
 
-                  # Needed for SFTP. Commented-out pending tests, see #953.
-                  # "pycrypto >= 2.0.1",
+                  # Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
+                  "pycrypto >= 2.0.1",
+                  "pyasn1 >= 0.0.11a",
 
                   # Will be needed to test web apps, but not yet. See #1001.
                   #"windmill >= 1.3",