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:
baaf2a4
)
Bump pyasn1 requirement to >= 0.1.8.
author
Daira Hopwood
<daira@jacaranda.org>
Thu, 16 Jul 2015 14:38:06 +0000
(15:38 +0100)
committer
Daira Hopwood
<daira@jacaranda.org>
Thu, 16 Jul 2015 14:38:06 +0000
(15:38 +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 cbdc9becac0cc7ea336d8b09eeb9d8e5d19368ea..a78844e6d2bb270cc18e77c04ebd34c72416e7a7 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-53,7
+53,7
@@
install_requires = [
"service-identity", # this is needed to suppress complaints about being unable to verify certs
"characteristic >= 14.0.0", # latest service-identity depends on this version
- "pyasn1 >= 0.1.
4
", # latest pyasn1-modules depends on this version
+ "pyasn1 >= 0.1.
8
", # latest pyasn1-modules depends on this version
"pyasn1-modules >= 0.0.5", # service-identity depends on this
]