summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-04-11 21:26:56 -0700
committerKhem Raj <raj.khem@gmail.com>2025-04-11 21:28:54 -0700
commit0b98e8a66d3a13b59464f6e3528ec94c6586376b (patch)
tree59f6d22315bc1e9dc1a19d5aa3bb0b78476362fb /meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb
parentcb4cd9e3e543651735bc740810d73fd317779026 (diff)
downloadmeta-openembedded-0b98e8a66d3a13b59464f6e3528ec94c6586376b.tar.gz
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_3.10.1.bb1
1 files changed, 1 insertions, 0 deletions
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 = "\
11" 11"
12 12
13DEPENDS = "\ 13DEPENDS = "\
14 python3-setuptools-scm-native \
14 freetype \ 15 freetype \
15 libpng \ 16 libpng \
16 python3-pybind11 \ 17 python3-pybind11 \