[meta-python][PATCH 11/12] python3-msgpack: add python3-misc for tracemalloc used by test_except.py
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
From: Khem Raj <[email protected]> Signed-off-by: Khem Raj <[email protected]> --- 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"