summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-networkx_3.1.bb
diff options
context:
space:
mode:
authorPeter Hoyes <peter.hoyes@arm.com>2024-04-12 11:58:48 +0100
committerKhem Raj <raj.khem@gmail.com>2024-04-14 08:38:43 -0700
commit3534b894dd311c550c32bf058c5161b15c0857ef (patch)
treeb9c204450fece25b654db82e01e006017f90416c /meta-python/recipes-devtools/python/python3-networkx_3.1.bb
parent00266f542537869dc019730ac9041f8d98b5eb93 (diff)
downloadmeta-openembedded-3534b894dd311c550c32bf058c5161b15c0857ef.tar.gz
python3-networkx: Add BBCLASSEXTEND for native and nativesdk
Signed-off-by: Peter Hoyes <peter.hoyes@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-networkx_3.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-networkx_3.1.bb2
1 files changed, 2 insertions, 0 deletions
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 3860238096..2f2c3cfc3d 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} += "\
19 python3-profile \ 19 python3-profile \
20 python3-threading \ 20 python3-threading \
21 " 21 "
22
23BBCLASSEXTEND = "native nativesdk"