diff mbox series

[meta-python,2/2] python3-fsspec: Add support for native and nativesdk builds

Message ID 20241008130403.11585-2-peng.zhang1.cn@windriver.com
State Accepted
Headers show
Series [meta-python,1/2] python3-pyyaml-include: Add fsspec as a runtime dependency | expand

Commit Message

peng.zhang1.cn@windriver.com Oct. 8, 2024, 1:04 p.m. UTC
From: Peng Zhang <peng.zhang1.cn@windriver.com>

python3-pyyaml-include already supports native and nativesdk builds.
Starting from version 2.0, fsspec was introduced as a dependency for
pyyaml-include.
This commit adds support for native and nativesdk builds in the fsspec recipe.

Signed-off-by: Peng Zhang <peng.zhang1.cn@windriver.com>
---
 meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb b/meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb
index 49ca4b3e9..1073f9480 100644
--- a/meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb
+++ b/meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb
@@ -20,3 +20,5 @@  RDEPENDS:${PN}-ptest += "\
 	python3-numpy \
 	python3-requests \
 "
+
+BBCLASSEXTEND = "native nativesdk"