From b70a72010670fb2348fa727c1cddba749505cf71 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sun, 16 Aug 2026 08:52:11 +0200 Subject: [PATCH] python3-msgpack: add python3-misc for tracemalloc used by test_except.py Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-msgpack_1.2.1.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.2.1.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.2.1.bb index 283068a71a..f8154598ac 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.2.1.bb @@ -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"