strongswan: add build dependency for python and explicitly use python3
authorJosef Schlehofer <[email protected]>
Fri, 31 Oct 2025 12:01:26 +0000 (13:01 +0100)
committerPhilip Prindeville <[email protected]>
Sat, 1 Nov 2025 16:42:13 +0000 (10:42 -0600)
commitdcb010bb430567590406ae41d04914b7f3707fb1
tree77a795d42f639aa425b881a870193391db92cf1a
parentc5010307881eab643d13f507a51b7aad963a5139
strongswan: add build dependency for python and explicitly use python3

Before:
checking for python... /myworkingdir/build/staging_dir/host/bin/python
checking for python version... xcode-select: Failed to locate 'python', requesting installation of command line developer tools.
checking for python platform... xcode-select: Failed to locate 'python', requesting installation of command line developer tools.
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... xcode-select: Failed to locate 'python', requesting installation of command line developer tools.
checking for python extension module directory (pyexecdir)... xcode-select: Failed to locate 'python', requesting installation of command line developer tools.

After:
checking for python version... 3.11
checking for python platform... darwin
checking for GNU default python prefix... ${prefix}
checking for GNU default python exec_prefix... ${exec_prefix}
checking for python script directory (pythondir)... ${PYTHON_PREFIX}/lib/python3.11/site-packages
checking for python extension module directory (pyexecdir)... ${PYTHON_EXEC_PREFIX}/lib/python3.11/site-packages

Signed-off-by: Josef Schlehofer <[email protected]>
net/strongswan/Makefile