When installing setuptools and wheel, upgrade if available.

This commit is contained in:
Gareth J. Greenaway 2023-02-18 14:06:58 -08:00 committed by Pedro Algarvio
parent 03bcfbc76b
commit 68e1fdc39e

View file

@ -2826,7 +2826,7 @@ EOM
fi
echodebug "Running '${_pip_cmd} install wheel ${_setuptools_dep}'"
${_pip_cmd} install ${_POST_NEON_PIP_INSTALL_ARGS} wheel "${_setuptools_dep}"
${_pip_cmd} install --upgrade ${_POST_NEON_PIP_INSTALL_ARGS} wheel "${_setuptools_dep}"
echoinfo "Installing salt using ${_py_exe}"
cd "${_SALT_GIT_CHECKOUT_DIR}" || return 1