mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
changed function for setup.py in order to use python3
This commit is contained in:
parent
c770d17cc7
commit
dd7367d32f
1 changed files with 3 additions and 4 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Reference in a new issue