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>
This commit is contained in:
Khem Raj 2025-04-11 21:26:56 -07:00
parent cb4cd9e3e5
commit 0b98e8a66d
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "\
"
DEPENDS = "\
python3-setuptools-scm-native \
freetype \
libpng \
python3-pybind11 \