diff mbox series

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

Message ID 20240412105849.286999-1-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-networkx_3.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-networkx_3.1.bb b/meta-python/recipes-devtools/python/python3-networkx_3.1.bb
index 386023809..2f2c3cfc3 100644
--- a/meta-python/recipes-devtools/python/python3-networkx_3.1.bb
+++ b/meta-python/recipes-devtools/python/python3-networkx_3.1.bb
@@ -19,3 +19,5 @@  RDEPENDS:${PN} += "\
                    python3-profile \
                    python3-threading \
                    "
+
+BBCLASSEXTEND = "native nativesdk"