X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flftools-install.sh;fp=shell%2Flftools-install.sh;h=a6792ed7f6861f6f3bbff74886ccb9c0a963f10e;hb=a43407500e496929a295cd99c7cd025bad92ad43;hp=c13086a7150cc97e07416f92a34f43c26e2228ef;hpb=c13d28098ddc544908b2c8d5a04d485c47f4e579;p=releng%2Fglobal-jjb.git diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index c13086a7..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 setuptools +pip install --quiet --upgrade "pip==9.0.3" setuptools case $LFTOOLS_MODE in gerrit)