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:
4d6260d
)
_auto_deps.py: blacklist PyCrypto 2.4.
author
david-sarah
<david-sarah@jacaranda.org>
Sat, 5 Nov 2011 02:24:57 +0000
(
02:24
+0000)
committer
david-sarah
<david-sarah@jacaranda.org>
Sat, 5 Nov 2011 02:24:57 +0000
(
02:24
+0000)
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index aa649ce5cd026e230cf4979cdfe85191d1d95f38..bee1b5d6e5de2dd2505743728ab2c1f8c8a520ba 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-44,7
+44,8
@@
install_requires = [
# Needed for SFTP. pyasn1 is needed by twisted.conch in Twisted >= 9.0.
# pycrypto 2.2 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/620253
- "pycrypto == 2.0.1, == 2.1.0, >= 2.3",
+ # pycrypto 2.4 doesn't work due to https://bugs.launchpad.net/pycrypto/+bug/881130
+ "pycrypto == 2.0.1, == 2.1.0, == 2.3, >= 2.4.1",
"pyasn1 >= 0.0.8a",
# http://www.voidspace.org.uk/python/mock/