From dca275040714a7c83da791ecc19940ec6e8f268d Mon Sep 17 00:00:00 2001 From: Roderik van der Veer Date: Sun, 3 Apr 2016 10:18:44 +0200 Subject: [PATCH] Update the cryptography dependency to 1.2.3 This fixes the `conflicting types for 'BIO_new_mem_buf'` error when running with a recent openssl version, e.g. under Alpine Linux. See https://github.com/pyca/cryptography/issues/2750 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6156b417..26670814 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ setup( 'rethinkdb==2.2.0.post4', 'pysha3==0.3', 'pytz==2015.7', - 'cryptography==1.2.1', + 'cryptography==1.2.3', 'statsd==3.2.1', 'python-rapidjson==0.0.6', 'logstats==0.2.1',