adding --upgrade to pip install for pyopenssl
This commit is contained in:
parent
07d7f3ef5e
commit
8fb41cabc0
2
install
2
install
|
@ -495,7 +495,7 @@ verbose "...Done"
|
||||||
|
|
||||||
if [[ `lsb_release -rs` == "14.04" ]] # Ubuntu trusty needs a workaround for python version SSL downloads
|
if [[ `lsb_release -rs` == "14.04" ]] # Ubuntu trusty needs a workaround for python version SSL downloads
|
||||||
then
|
then
|
||||||
loudCmd "pip install pyOpenSSL cryptography idna certifi"
|
loudCmd "pip install pyOpenSSL cryptography idna certifi --upgrade"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue