adding --upgrade to pip install for pyopenssl
This commit is contained in:
parent
07d7f3ef5e
commit
8fb41cabc0
1 changed files with 1 additions and 1 deletions
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
|
||||
then
|
||||
loudCmd "pip install pyOpenSSL cryptography idna certifi"
|
||||
loudCmd "pip install pyOpenSSL cryptography idna certifi --upgrade"
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue