Files
meta-openembedded/meta-python/recipes-devtools/python
Khem Raj dc537b280b python3-cucumber-tag-expressions: Use python_uv_build and drop the uv_build upper bound
The 9.1.0 pyproject.toml sets build-backend = "uv_build" and lists only
uv_build in its build-system requires, but the recipe inherited
python_setuptools_build_meta and added python3-uv-build-native to DEPENDS
by hand. Inherit python_uv_build instead, which drops the unused
setuptools, wheel and setuptools-scm dependencies and the setuptools
specific do_configure[cleandirs] workaround that came with the old class.

The patch capped uv_build at <0.12.0, which the 0.11.32 -> 0.12.1
upgrade in oe-core invalidated. This bound has now broken twice, and
there is only ever one uv-build in the sysroot, so drop the upper bound
rather than raise it again.

Verified on aarch64 for qemuarm64: do_compile and do_package succeed.

Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-08-04 23:47:55 -07:00
..
2026-08-04 10:47:40 -07:00
2026-07-09 09:11:53 -07:00
2026-07-10 15:08:46 -07:00
2026-03-02 19:25:57 -08:00