From e613111c45f9d056d4fc8cb3f2f0fb15499b226e Mon Sep 17 00:00:00 2001
From: Daira Hopwood <daira@jacaranda.org>
Date: Mon, 1 Sep 2014 21:12:53 +0100
Subject: [PATCH] Suppress a DeprecationWarning from Twisted.

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

diff --git a/src/allmydata/_auto_deps.py b/src/allmydata/_auto_deps.py
index 1c1a0e18..2869a9e3 100644
--- a/src/allmydata/_auto_deps.py
+++ b/src/allmydata/_auto_deps.py
@@ -110,6 +110,7 @@ require_more()
 global_deprecation_messages = [
     "BaseException.message has been deprecated as of Python 2.6",
     "twisted.internet.interfaces.IFinishableConsumer was deprecated in Twisted 11.1.0: Please use IConsumer (and IConsumer.unregisterProducer) instead.",
+    "twisted.internet.interfaces.IStreamClientEndpointStringParser was deprecated in Twisted 14.0.0: This interface has been superseded by IStreamClientEndpointStringParserWithReactor.",
 ]
 
 # These are suppressed while importing dependencies:
-- 
2.45.2