mirror of
https://github.com/openwrt/packages.git
synced 2026-06-01 07:21:56 +08:00
9122b66499
Add --no-build-isolation to PYTHON_SETUP_ARGS. Without it, pip creates an isolated build environment which fails during cross-compilation because _sysconfigdata is missing for the target arch. Add test.sh verifying python3-sepolgen module loads correctly and selinux-audit2allow binary is functional. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>