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:
23190a6
)
Bump pyasn1 requirement to >= 0.1.8.
author
Daira Hopwood
<daira@jacaranda.org>
Wed, 21 Oct 2015 12:58:07 +0000
(13:58 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Wed, 21 Oct 2015 12:58:07 +0000
(13:58 +0100)
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
src/allmydata/_auto_deps.py
patch
|
blob
|
history
diff --git
a/src/allmydata/_auto_deps.py
b/src/allmydata/_auto_deps.py
index ccb484d52ea23ff1bdd772f2daaaa206f1e1a9cd..e2b760b06de584fdf67d39bbf46b8fb7cee14060 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-59,7
+59,7
@@
install_requires = [
# 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.1.0, == 2.3, >= 2.4.1",
- "pyasn1 >= 0.
0.8a
",
+ "pyasn1 >= 0.
1.8
",
# <http://www.voidspace.org.uk/python/mock/>, 0.8.0 provides "call"
# mock 1.1.x seems to cause problems on several buildslaves.