Files
packages/lang/python/python-pip
Alexandru Ardelean 7cd71426e3 python-pip: fix build; add setuptools/host as dep
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>
2026-04-09 07:59:04 +03:00
..
2023-07-17 11:44:53 -07:00