adding --upgrade to pip install for pyopenssl

This commit is contained in:
Robb Ebright 2017-03-11 19:15:33 +00:00
parent 07d7f3ef5e
commit 8fb41cabc0
1 changed files with 1 additions and 1 deletions

View File

@ -495,7 +495,7 @@ verbose "...Done"
if [[ `lsb_release -rs` == "14.04" ]] # Ubuntu trusty needs a workaround for python version SSL downloads
then
loudCmd "pip install pyOpenSSL cryptography idna certifi"
loudCmd "pip install pyOpenSSL cryptography idna certifi --upgrade"
fi