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
2026-01-28 20:59:53 +02:00
2026-04-07 13:56:24 +02:00
2026-03-15 12:25:21 +02:00
2026-04-07 20:14:15 +02:00
2026-04-07 13:27:59 +02:00
2026-04-07 13:27:58 +02:00

OpenWrt packages feed

Description

This is the OpenWrt "packages"-feed containing community-maintained build scripts, options and patches for applications, modules and libraries used within OpenWrt.

Installation of pre-built packages is handled directly by the opkg utility within your running OpenWrt system or by using the OpenWrt SDK on a build system.

Usage

This repository is intended to be layered on-top of an OpenWrt buildroot. If you do not have an OpenWrt buildroot installed, see the documentation at: OpenWrt Buildroot Installation on the OpenWrt support site.

This feed is enabled by default. To install all its package definitions, run:

./scripts/feeds update packages
./scripts/feeds install -a -p packages

License

See LICENSE file.

Package Guidelines

See CONTRIBUTING.md file.

S
Description
Community maintained packages for OpenWrt. Documentation for submitting pull requests is in CONTRIBUTING.md
Readme GPL-2.0 176 MiB
Languages
Makefile 51%
Shell 33.8%
C 7.5%
UnrealScript 3%
C++ 1.7%
Other 2.8%