Message ID | 20250412042840.37892-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [meta-python] python3-matplotlib: Add missing dependency on scm native module | expand |
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 \
Fixes recipe-sysroot-native/usr/bin/python3-native/python3: No module named setuptools_scm Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb | 1 + 1 file changed, 1 insertion(+)