diff mbox series

[17/24] python3-matplotlib-inline: use correct build backend

Message ID 20260810122130.633299-17-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-matplotlib-inline_0.2.2.bb  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb
index ee98ae4b40..b80fc10030 100644
--- a/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb
@@ -8,6 +8,6 @@  SRC_URI[sha256sum] = "72f3fe8fce36b70d4a5b612f899090cd0401deddc4ea90e1572b9f4bfb
 PYPI_PACKAGE = "matplotlib_inline"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"
 
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
 
 RDEPENDS:${PN} = "python3-traitlets"