From: Brian Warner Date: Mon, 9 Jun 2008 23:55:04 +0000 (-0700) Subject: _auto_deps.py: per #456, don't require the 'secure_connections' feature from Foolscap... X-Git-Tag: allmydata-tahoe-1.1.0~28 X-Git-Url: https://git.rkrishnan.org/frontends//%22%22?a=commitdiff_plain;h=1efcf2ee3cb658bd3327a0a6c65ef20801f76f77;p=tahoe-lafs%2Ftahoe-lafs.git _auto_deps.py: per #456, don't require the 'secure_connections' feature from Foolscap, to avoid (failing) builds of pyopenssl --- 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