* [meta-python][PATCH] python3-matplotlib: Add missing dependency on scm native module
@ 2025-04-12 4:28 Khem Raj
0 siblings, 0 replies; only message in thread
From: Khem Raj @ 2025-04-12 4:28 UTC (permalink / raw)
To: openembedded-devel; +Cc: Khem Raj
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(+)
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 \
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-04-12 4:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-12 4:28 [meta-python][PATCH] python3-matplotlib: Add missing dependency on scm native module Khem Raj
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.