mirror of
https://github.com/openwrt/packages.git
synced 2026-05-31 06:51:51 +08:00
e2e727e686
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 with basic import and API sanity checks. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>