From f6906be830cc38ff90817f0f07e46934db513aee Mon Sep 17 00:00:00 2001 From: David Murphy Date: Tue, 19 Nov 2024 12:18:28 -0700 Subject: [PATCH] debugging --- bootstrap-salt.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 2e34d93..4750caa 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -2849,6 +2849,9 @@ EOM ${_pip_cmd} install ${_USE_BREAK_SYSTEM_PACKAGES} --ignore-installed ${_PIP_INSTALL_ARGS} /tmp/git/deps/* || return 1 rm -f /tmp/git/deps/* + echodebug "DGM DEBUG checking pip list for setuptools, ${_pip_cmd} list" + ${_pip_cmd} list + echoinfo "Building Salt Python Wheel" if [ "$_ECHO_DEBUG" -eq $BS_TRUE ]; then