From adedac2b3392a86422c5b94fe0ec761304742a9e Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Thu, 12 Jan 2023 11:23:35 +0000 Subject: python_pep517: use python3-build, not picobuild Now that the bootstrap sequence for pypa/build is just python3-packaging, and python3-pyproject-hooks, we can use build instead of picobuild. The only change visible outside of this class is that the variable PEP517_PICOBUILD_OPTS is now PEP517_BUILD_OPTS, but I'm only aware of one recipe that used that variable. (From OE-Core rev: 202c2e3c9481a8841af2556862a76e27d703246d) Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-packaging_22.0.bb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'meta/recipes-devtools/python/python3-packaging_22.0.bb') diff --git a/meta/recipes-devtools/python/python3-packaging_22.0.bb b/meta/recipes-devtools/python/python3-packaging_22.0.bb index bcf077d2c7..22f066416b 100644 --- a/meta/recipes-devtools/python/python3-packaging_22.0.bb +++ b/meta/recipes-devtools/python/python3-packaging_22.0.bb @@ -8,3 +8,10 @@ SRC_URI[sha256sum] = "2198ec20bd4c017b8f9717e00f0c8714076fc2fd93816750ab48e2c41d inherit pypi python_flit_core BBCLASSEXTEND = "native nativesdk" + +# Bootstrap the native build +DEPENDS:remove:class-native = "python3-build-native" + +do_compile:class-native () { + python_flit_core_do_manual_build +} -- cgit v1.2.3-54-g00ecf