Merge pull request #1801 from delucks/develop

OpenBSD: correct post-Neon package names to python3 versions
This commit is contained in:
Kirill Ponomarev 2022-04-26 18:36:46 +02:00 committed by GitHub
commit f7812b97d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
#