diff mbox series

[meta-python,11/12] python3-msgpack: add python3-misc for tracemalloc used by test_except.py

Message ID 20260816232358.1947922-11-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-python,01/12] python3-cbor2: add tzdata/zoneinfo RDEPENDS for ptest | expand

Commit Message

Khem Raj Aug. 16, 2026, 11:23 p.m. UTC
From: Khem Raj <raj.khem@gmail.com>

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-python/recipes-devtools/python/python3-msgpack_1.2.1.bb | 5 +++++
 1 file changed, 5 insertions(+)
diff mbox series

Patch

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"