diff mbox series

[06/20] python3-flask-marshmallow: use correct Python build backend class

Message ID 20250804211804.344751-6-ross.burton@arm.com
State Accepted
Headers show
Series [01/20] python3-jsonref: use correct Python build backend class | expand

Commit Message

Ross Burton Aug. 4, 2025, 9:17 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 .../recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb
index 631ea14c3d..f0cc8ef64f 100644
--- a/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-marshmallow_1.3.0.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/marshmallow-code/flask-marshmallow"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=27586b20700d7544c06933afe56f7df4"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
 
 PYPI_PACKAGE = "flask_marshmallow"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"