mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-17 10:10:25 +00:00
ensure _PACKAGES is set for python2
This commit is contained in:
parent
b5b00043cd
commit
a2f5fb4b85
1 changed files with 2 additions and 1 deletions
|
@ -3333,8 +3333,9 @@ install_debian_10_git_deps() {
|
|||
PY_PKG_VER=3
|
||||
__PACKAGES="python${PY_PKG_VER}-distutils"
|
||||
else
|
||||
PY_PKG_VER=""
|
||||
_py="python"
|
||||
PY_PKG_VER=""
|
||||
__PACKAGES=""
|
||||
fi
|
||||
|
||||
__install_tornado_pip ${_py}|| return 1
|
||||
|
|
Loading…
Add table
Reference in a new issue