diff mbox series

[21/24] python3-flask-mail: use correct build backend

Message ID 20260810122130.633299-21-ross.burton@arm.com
State New
Headers show
Series [01/24] python3-pycups: put PV into the filename | expand

Commit Message

Ross Burton Aug. 10, 2026, 12:21 p.m. UTC
This package uses flit now.

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

Patch

diff --git a/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb b/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb
index 5d3f60cff0..d825831b4a 100644
--- a/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-mail_0.10.0.bb
@@ -9,7 +9,7 @@  SRC_URI[sha256sum] = "44083e7b02bbcce792209c06252f8569dd5a325a7aaa76afe7330422bd
 PYPI_PACKAGE = "flask_mail"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
 
 RDEPENDS:${PN} = " \
     python3-blinker \