From: travis-tahoe <travis-tahoe@jacaranda.org>
Date: Mon, 1 Sep 2014 17:46:39 +0000 (+0100)
Subject: Add service_identity as a dependency. fixes #2248
X-Git-Tag: allmydata-tahoe-1.10.1a1~165
X-Git-Url: https://git.rkrishnan.org/pf/vdrive/@manifest?a=commitdiff_plain;h=f7b8fe02ba6be039701a47c78e0e2ce970c16be6;p=tahoe-lafs%2Ftahoe-lafs.git

Add service_identity as a dependency. fixes #2248

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index b7be3212..71e15468 100644
--- 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.