From b2ebb8f44f12b39601cb1cedb54b8b5c4050dd5b Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 20 Feb 2023 16:55:27 +0000 Subject: [PATCH] python3-atomicwrites: add BBCLASSEXTEND Needed to build a native python3-pytest. Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb index d4d15cea509..9f58a4bf1ff 100644 --- a/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb +++ b/meta/recipes-devtools/python/python3-atomicwrites_1.4.1.bb @@ -22,3 +22,5 @@ do_install_ptest() { } RDEPENDS:${PN} = "${PYTHON_PN}-misc" + +BBCLASSEXTEND = "native nativesdk" -- 2.47.3