python3-msgpack: add python3-misc for tracemalloc used by test_except.py

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2026-08-16 08:52:11 +02:00
committed by Khem Raj
parent 38de48130e
commit b70a720106
@@ -12,4 +12,9 @@ RDEPENDS:${PN}:append:class-target = " \
python3-io \
"
# python3-misc for tracemalloc (used by test/test_except.py)
RDEPENDS:${PN}-ptest += " \
python3-misc \
"
BBCLASSEXTEND = "native nativesdk"