mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 01:30:21 +00:00
correct install
This commit is contained in:
parent
b5417e74cc
commit
f82cf912ad
1 changed files with 0 additions and 8 deletions
|
@ -4217,14 +4217,6 @@ install_centos_stable_deps() {
|
|||
__PACKAGES="${__PACKAGES} PyYAML"
|
||||
fi
|
||||
fi
|
||||
else
|
||||
if [ -n "$_PY_EXE" ] && [ "$_PY_MAJOR_VERSION" -eq 3 ]; then
|
||||
if [ "$DISTRO_MAJOR_VERSION" -ge 8 ]; then
|
||||
__PACKAGES="${__PACKAGES} python3-setuptools"
|
||||
else
|
||||
__PACKAGES="${__PACKAGES} python36-setuptools"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2086
|
||||
|
|
Loading…
Add table
Reference in a new issue