From 8af9dfc450f5163a672190feabcfe524e4ea8a13 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:23 +0100 Subject: [PATCH] python3-matplotlib-inline: use correct build backend This package uses flit now. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-matplotlib-inline_0.2.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"