diff mbox series

[2/3] python3-iniconfig: add BBCLASSEXTEND

Message ID 20230216151005.3469200-2-ross.burton@arm.com
State Accepted, archived
Commit ae25f70557a31f26b78b70268dca9e01ef4b9ea8
Headers show
Series [1/3] python3-atomicwrites: add BBCLASSEXTEND | expand

Commit Message

Ross Burton Feb. 16, 2023, 3:10 p.m. UTC
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-iniconfig_2.0.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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 ca50ebbc352..2abeec62f4c 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"