From b3680707f2dde40153088f35a0244c7dfb0064b7 Mon Sep 17 00:00:00 2001 From: Henning Peters Date: Wed, 16 Dec 2015 13:56:00 +0100 Subject: [PATCH] fix weird windows ssl issues --- build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.sh b/build.sh index ae4eb3d09..5abb776c3 100755 --- a/build.sh +++ b/build.sh @@ -13,6 +13,8 @@ fi # install pip install -U pip +pip install pyopenssl ndg-httpsclient pyasn1 + python pip-date.py $2 pip setuptools wheel six pip install -r requirements.txt if [[ "$3" == "pip" ]]; then