From 4f8db948618964b6e1c7565d67dc4d0e9f07ba14 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Sun, 16 May 2010 12:37:10 -0700 Subject: [PATCH] SFTP: add pyasn1 as dependency, needed if we are using Twisted >= 9.0.0. --- _auto_deps.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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", -- 2.45.2