X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Flftools-install.sh;fp=shell%2Flftools-install.sh;h=c13086a7150cc97e07416f92a34f43c26e2228ef;hb=aa205517366205dd017d0801bd0cfe104e742c1a;hp=bdf380fca4b132eed038c8b2899218c518ee38e3;hpb=841f374326218a5aaa52ab711ccd18f0aeea32b9;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)