From 9769301256f994061111e9a18beae90160cc809f Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 10 Jul 2014 14:20:57 -0300 Subject: Pin PyOpenSSL dep to avoid uneeded deps (#5368). --- server/changes/bug_5368_avoid-yet-another-crypto-dep | 2 ++ server/pkg/requirements.pip | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 server/changes/bug_5368_avoid-yet-another-crypto-dep diff --git a/server/changes/bug_5368_avoid-yet-another-crypto-dep b/server/changes/bug_5368_avoid-yet-another-crypto-dep new file mode 100644 index 00000000..6f3f2b04 --- /dev/null +++ b/server/changes/bug_5368_avoid-yet-another-crypto-dep @@ -0,0 +1,2 @@ + o Pin PyOpenSSL dependency version to <0.14 to avoid yet another crypto + dependency. diff --git a/server/pkg/requirements.pip b/server/pkg/requirements.pip index 7cbca401..be5d156b 100644 --- a/server/pkg/requirements.pip +++ b/server/pkg/requirements.pip @@ -3,7 +3,7 @@ couchdb simplejson u1db routes -PyOpenSSL +PyOpenSSL<0.14 # TODO: maybe we just want twisted-web? twisted>=12.0.0 -- cgit v1.2.3