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:
9566b3d
)
Add service_identity as a dependency. fixes #2248
author
travis-tahoe
<travis-tahoe@jacaranda.org>
Mon, 1 Sep 2014 17:46:39 +0000
(18:46 +0100)
committer
travis-tahoe
<travis-tahoe@jacaranda.org>
Mon, 1 Sep 2014 17:46:58 +0000
(18:46 +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 b7be32128e6f4f44e85231df769ded65fc838d30..71e1546836737507615c4c8ed329d923d5aac595 100644
(file)
--- a/
src/allmydata/_auto_deps.py
+++ b/
src/allmydata/_auto_deps.py
@@
-29,7
+29,10
@@
install_requires = [
# * The SFTP frontend depends on Twisted 11.0.0 to fix the SSH server
# rekeying bug http://twistedmatrix.com/trac/ticket/4395
#
+ # service_identity allows Twisted to do cert checking.
+ #
"Twisted >= 11.0.0",
+ "service_identity",
# * foolscap < 0.5.1 had a performance bug which spent O(N**2) CPU for
# transferring large mutable files of size N.