From 784b208708f5e515643c67e9436e769fe136ebf3 Mon Sep 17 00:00:00 2001
From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Sun, 14 Feb 2010 21:08:44 -0800
Subject: [PATCH] setup: comment-out the dependency on pycrypto, see #953

---
 _auto_deps.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_auto_deps.py b/_auto_deps.py
index 178a7cf8..85b791db 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -28,8 +28,8 @@ install_requires=[
                   # .
                   "pycryptopp >= 0.5.15",
 
-                  # Used for SFTP
-                  "pycrypto >= 2.0.1",
+                  # Needed for SFTP. Commented-out pending tests, see #953.
+                  # "pycrypto >= 2.0.1",
                   ]
 
 # Sqlite comes built into Python >= 2.5, and is provided by the "pysqlite"
-- 
2.45.2