X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flftools-install.sh;h=c13086a7150cc97e07416f92a34f43c26e2228ef;hb=7481ff9faf394dc6c023b2f0d7a635f24fdbb499;hp=bdf380fca4b132eed038c8b2899218c518ee38e3;hpb=d5701687893b11024f892c00a5e81ca6d94d0866;p=releng%2Fglobal-jjb.git diff --git a/shell/lftools-install.sh b/shell/lftools-install.sh index bdf380fc..c13086a7 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 setuptools case $LFTOOLS_MODE in gerrit)