diff mbox series

[meta-python,2/2] python3-decorator: Add BBCLASSEXTEND for native and nativesdk

Message ID 20240412105849.286999-2-peter.hoyes@arm.com
State Accepted
Headers show
Series [meta-python,1/2] python3-networkx: Add BBCLASSEXTEND for native and nativesdk | expand

Commit Message

Peter Hoyes April 12, 2024, 10:58 a.m. UTC
Signed-off-by: Peter Hoyes <peter.hoyes@arm.com>
---
 meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb b/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb
index 6d5cafb1d..f33037624 100644
--- a/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-decorator_5.1.1.bb
@@ -16,3 +16,5 @@  inherit pypi setuptools3
 RDEPENDS:${PN} += "\
     python3-stringold \
     "
+
+BBCLASSEXTEND = "native nativesdk"