changed function for setup.py in order to use python3

This commit is contained in:
Max Ka 2020-02-15 16:20:48 +01:00
parent c770d17cc7
commit dd7367d32f

View file

@ -6358,7 +6358,7 @@ install_opensuse_git() {
__install_salt_from_repo_post_neon "${_PY_EXE}" || return 1
return 0
fi
"${_PY_EXE}" setup.py ${SETUP_PY_INSTALL_ARGS} install --prefix=/usr || return 1
return 0
}
@ -6640,8 +6640,7 @@ install_suse_15_stable() {
}
install_suse_15_git() {
_PY_EXE="python3"
install_opensuse_git || return 1
install_opensuse_15_git || return 1
return 0
}
@ -6739,7 +6738,7 @@ install_suse_12_git_deps() {
install_suse_12_stable() {
install_opensuse_stable || return 1
return 0
return 0
}
install_suse_12_git() {