mirror of
https://github.com/openwrt/packages.git
synced 2026-04-16 11:22:16 +00:00
This looks like it can occasionally fail with: ``` --outdir "/workdir/openwrt/build_dir/target-aarch64_cortex-a53_musl/pypi/pip-23.3.1/"/openwrt-build --wheel "/workdir/openwrt/build_dir/target-aarch64_cortex-a53_musl/pypi/pip-23.3.1/" Getting build dependencies for wheel... ERROR Backend 'setuptools.build_meta' is not available. Traceback (most recent call last): File "/workdir/openwrt/staging_dir/hostpkg/lib/python3.14/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook raise BackendUnavailable( ...<4 lines>... ) pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta' ``` Fixes https://github.com/openwrt/packages/issues/29077 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>