X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flftools-install.sh;h=a6792ed7f6861f6f3bbff74886ccb9c0a963f10e;hb=0b1d0ba4945b93dc5d86fffef20f4be44fc5a2f9;hp=bdf380fca4b132eed038c8b2899218c518ee38e3;hpb=07f0942c6c7c3c19c46d2940bb4a04890bdae4a4;p=releng%2Fglobal-jjb.git diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index bdf380fc..a6792ed7 100644 --- a/shell/lftools-install.sh +++ b/shell/lftools-install.sh @@ -50,7 +50,7 @@ set -e -o pipefail virtualenv --quiet "/tmp/v/lftools" # shellcheck source=/tmp/v/lftools/bin/activate disable=SC1091 source "/tmp/v/lftools/bin/activate" -pip install --quiet --upgrade pip +pip install --quiet --upgrade "pip==9.0.3" setuptools case $LFTOOLS_MODE in gerrit)