From 7ecc27e2d9c9532d95351149b5ad4551c68c8f86 Mon Sep 17 00:00:00 2001
From: travis-tahoe <travis-tahoe@jacaranda.org>
Date: Mon, 1 Sep 2014 19:04:10 +0100
Subject: [PATCH] Revert previous patch; service_identity has too many
 subdependencies.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
---
 src/allmydata/_auto_deps.py | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index 71e15468..b7be3212 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -29,10 +29,7 @@ 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.
-- 
2.45.2