From 561b14618ad4328dc2e4d0b96fa03cbcdb22f4b8 Mon Sep 17 00:00:00 2001 From: delucks Date: Sun, 13 Feb 2022 12:59:23 -0500 Subject: [PATCH] OpenBSD: correct post-Neon package names to python3 versions --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 6d9d5ba..a739d32 100644 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -6010,7 +6010,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 #