X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpip-install.sh;fp=shell%2Fpip-install.sh;h=c75005d46c385b6d1ec45286bcf96f73c3d1f604;hb=aa205517366205dd017d0801bd0cfe104e742c1a;hp=b2aacfe87a42ddcfe1c66a8094797fc61869790a;hpb=841f374326218a5aaa52ab711ccd18f0aeea32b9;p=releng%2Fglobal-jjb.git diff --git a/shell/pip-install.sh b/shell/pip-install.sh index b2aacfe8..c75005d4 100644 --- a/shell/pip-install.sh +++ b/shell/pip-install.sh @@ -24,7 +24,7 @@ set -e -o pipefail virtualenv "/tmp/v/${PIP_PACKAGES%% *}" # shellcheck source=/tmp/v/venv/bin/activate disable=SC1091 source "/tmp/v/${PIP_PACKAGES%% *}/bin/activate" -pip install --quiet --upgrade pip +pip install --quiet --upgrade pip setuptools pip install --quiet --upgrade pipdeptree # PIP_PACKAGES needs to be passed through as a space separated list of packages