[RFC,01/10] python3-pluggy: add BBCLASSEXTEND for native/nativesdk

Message ID 20220526171001.4074388-2-ross.burton@arm.com
State Accepted, archived
Commit b6b17abaa3b5dcce61f6a5c8bdb397f714dba69d
Headers show
Series Change Python package building to use picobuild | expand

Commit Message

Ross Burton May 26, 2022, 5:09 p.m. UTC
This is a dependency of Hatchling, another Python build tool, so we need
it natively.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-pluggy_1.0.0.bb | 2 ++
 1 file changed, 2 insertions(+)

Patch

diff --git a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
index 3f2895a061b..2935acf95fa 100644
--- a/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
+++ b/meta/recipes-devtools/python/python3-pluggy_1.0.0.bb
@@ -24,3 +24,5 @@  do_install_ptest() {
 	install -d ${D}${PTEST_PATH}/testing
 	cp -rf ${S}/testing/* ${D}${PTEST_PATH}/testing/
 }
+
+BBCLASSEXTEND = "native nativesdk"