From 0b98e8a66d3a13b59464f6e3528ec94c6586376b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Fri, 11 Apr 2025 21:26:56 -0700 Subject: python3-matplotlib: Add missing dependency on scm native module Fixes recipe-sysroot-native/usr/bin/python3-native/python3: No module named setuptools_scm Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb') diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb index d6523e7770..6d678bd66a 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb @@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "\ " DEPENDS = "\ + python3-setuptools-scm-native \ freetype \ libpng \ python3-pybind11 \ -- cgit v1.2.3-54-g00ecf