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:
8f32464
)
adding pycrypto to the auto dependencies
author
Peter Secor
<secorp@allmydata.com>
Sat, 6 Feb 2010 05:43:14 +0000
(21:43 -0800)
committer
Peter Secor
<secorp@allmydata.com>
Sat, 6 Feb 2010 05:43:14 +0000
(21:43 -0800)
_auto_deps.py
patch
|
blob
|
history
diff --git
a/_auto_deps.py
b/_auto_deps.py
index 5becd1cf12ef5ac7bfa304768b3ce083fdb6881a..178a7cf8c4ff099dbaeceb5b0dec250f95c751f3 100644
(file)
--- a/
_auto_deps.py
+++ b/
_auto_deps.py
@@
-27,6
+27,9
@@
install_requires=[
# http://sourceforge.net/tracker/?func=detail&aid=2805976&group_id=2435&atid=302435
# .
"pycryptopp >= 0.5.15",
+
+ # Used for SFTP
+ "pycrypto >= 2.0.1",
]
# Sqlite comes built into Python >= 2.5, and is provided by the "pysqlite"