From 945964ecbcbe0d0085ecb1c02a8ef4935b2c47f0 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 20 Feb 2023 16:55:28 +0000 Subject: [PATCH] python3-iniconfig: add BBCLASSEXTEND Needed to build a native python3-pytest. (From OE-Core rev: ae25f70557a31f26b78b70268dca9e01ef4b9ea8) Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb index ca50ebbc35..2abeec62f4 100644 --- a/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb +++ b/meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb @@ -9,3 +9,5 @@ SRC_URI[sha256sum] = "2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a4 DEPENDS += "python3-hatch-vcs-native" inherit pypi python_hatchling + +BBCLASSEXTEND = "native nativesdk"