From: Zooko O'Whielacronx Date: Mon, 15 Feb 2010 05:08:44 +0000 (-0800) Subject: setup: comment-out the dependency on pycrypto, see #953 X-Git-Url: https://git.rkrishnan.org/uri/%3C?a=commitdiff_plain;h=784b208708f5e515643c67e9436e769fe136ebf3;p=tahoe-lafs%2Ftahoe-lafs.git setup: comment-out the dependency on pycrypto, see #953 --- 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"