Merge "Fix issue with pip2 command and update pip3 for mongodb"

This commit is contained in:
Zuul 2019-09-19 23:49:04 +00:00 committed by Gerrit Code Review
commit a67a6ed2ef
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ set -o xtrace
[ -n "${RELEASE}" ] || die "RELEASE must be set to either trusty or xenial"
apt-get --allow-unauthenticated -y install software-properties-common
apt-get --allow-unauthenticated -y install software-properties-common python3-pip
get_key_robust EA312927

View File

@ -6,4 +6,4 @@
set -e
set -o xtrace
pip2 install pymongo>=3.0.2,!=3.1
pip3 install pymongo>=3.0.2,!=3.1

View File

@ -6,4 +6,4 @@
set -e
set -o xtrace
pip2 install pymongo>=3.0.2,!=3.1
pip3 install pymongo>=3.0.2,!=3.1