From 1efcf2ee3cb658bd3327a0a6c65ef20801f76f77 Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Mon, 9 Jun 2008 16:55:04 -0700
Subject: [PATCH] _auto_deps.py: per #456, don't require the
 'secure_connections' feature from Foolscap, to avoid (failing) builds of
 pyopenssl

---
 _auto_deps.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/_auto_deps.py b/_auto_deps.py
index c5125230..2296f7a7 100644
--- a/_auto_deps.py
+++ b/_auto_deps.py
@@ -1,5 +1,5 @@
 install_requires=["zfec >= 1.1.0",
-                  "foolscap[secure_connections] >= 0.2.8",
+                  "foolscap >= 0.2.8",
                   "simplejson >= 1.4",
 
                   # pycryptopp < 0.5 had a bug which, using a Microsoft
-- 
2.45.2