]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup: comment-out the dependency on pycrypto, see #953
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 15 Feb 2010 05:08:44 +0000 (21:08 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 15 Feb 2010 05:08:44 +0000 (21:08 -0800)
_auto_deps.py

index 178a7cf8c4ff099dbaeceb5b0dec250f95c751f3..85b791db6b84b823f8b46ccae5837f5a4aac34a9 100644 (file)
@@ -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"