mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 17:50:22 +00:00
Merge pull request #1801 from delucks/develop
OpenBSD: correct post-Neon package names to python3 versions
This commit is contained in:
commit
f7812b97d1
1 changed files with 1 additions and 1 deletions
|
@ -6163,7 +6163,7 @@ install_openbsd_git_deps() {
|
|||
__git_clone_and_checkout || return 1
|
||||
|
||||
if [ "${_POST_NEON_INSTALL}" -eq $BS_TRUE ]; then
|
||||
pkg_add -I -v py-pip py-setuptools
|
||||
pkg_add -I -v py3-pip py3-setuptools
|
||||
fi
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue