diff mbox series

[10/13] python3-pyproject-metadata: use correct build backend

Message ID 20250730160343.4053614-10-ross.burton@arm.com
State New
Headers show
Series [01/13] classes/python_pep517: centralise shared inherits | expand

Commit Message

Ross Burton July 30, 2025, 4:03 p.m. UTC
This package uses flit, not setuptools.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/python/python3-pyproject-metadata_0.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pyproject-metadata_0.9.1.bb b/meta/recipes-devtools/python/python3-pyproject-metadata_0.9.1.bb
index 4c58da3c075..d3a93efa31f 100644
--- a/meta/recipes-devtools/python/python3-pyproject-metadata_0.9.1.bb
+++ b/meta/recipes-devtools/python/python3-pyproject-metadata_0.9.1.bb
@@ -15,7 +15,7 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=310439af287b0fb4780b2ad6907c256c"
 PYPI_PACKAGE = "pyproject_metadata"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
 
 SRC_URI[sha256sum] = "b8b2253dd1b7062b78cf949a115f02ba7fa4114aabe63fa10528e9e1a954a816"