projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c00a62a
)
setup: comment-out the dependency on pycrypto, see #953
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 15 Feb 2010 05:08:44 +0000
(21:08 -0800)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 15 Feb 2010 05:08:44 +0000
(21:08 -0800)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index 178a7cf8c4ff099dbaeceb5b0dec250f95c751f3..85b791db6b84b823f8b46ccae5837f5a4aac34a9 100644
(file)
--- 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"