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:
5a417b5
)
Tue Jan 10 19:57:58 GMT 2012 david-sarah@jacaranda.org
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 5 Sep 2013 18:01:30 +0000
(19:01 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Thu, 5 Sep 2013 18:01:30 +0000
(19:01 +0100)
* _auto_deps.py: don't allow pycrypto 2.0.1. fixes #1631
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index 67e69234c284097ab4c2a4f605695d96f106c666..d98e24f5ecedc36211e5d45ae9ee6dcdc0abcb5c 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-45,7
+45,7
@@
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.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",
+ "pycrypto == 2.1.0, == 2.3, >= 2.4.1",
"pyasn1 >= 0.0.8a",
# http://www.voidspace.org.uk/python/mock/