From 13a97b2a81483830bcae19786ba1b714f3b6e196 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:27 +0100 Subject: [PATCH] python3-flask-mail: use correct build backend This package uses flit now. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-flask-mail_0.10.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \