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