summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2014-07-10 14:20:57 -0300
committerdrebs <drebs@leap.se>2014-07-10 14:23:11 -0300
commit9769301256f994061111e9a18beae90160cc809f (patch)
tree780a593e5840142021693cc7c0eada5b7f2cc2c1
parentd870e1353270c2c468f78f97e4b33f8008905608 (diff)
Pin PyOpenSSL dep to avoid uneeded deps (#5368).
-rw-r--r--server/changes/bug_5368_avoid-yet-another-crypto-dep2
-rw-r--r--server/pkg/requirements.pip2
2 files changed, 3 insertions, 1 deletions
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