python3-fsspec: Add support for native and nativesdk builds

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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Peng Zhang
2024-10-08 21:04:03 +08:00
committed by Khem Raj
parent bd4d4ccac9
commit 6e03b63f4c

View File

@@ -20,3 +20,5 @@ RDEPENDS:${PN}-ptest += "\
python3-numpy \
python3-requests \
"
BBCLASSEXTEND = "native nativesdk"