summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb
diff options
context:
space:
mode:
authorPeng Zhang <peng.zhang1.cn@windriver.com>2024-10-08 21:04:03 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-09 15:47:22 -0700
commit6e03b63f4cf35097f546f27179757513fe6f8240 (patch)
treea2e0d032b48c3289f88c8274281859a7c7966ede /meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb
parentbd4d4ccac9a4cee39a1651881b6e4b285fe4aeed (diff)
downloadmeta-openembedded-6e03b63f4cf35097f546f27179757513fe6f8240.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb2
1 files changed, 2 insertions, 0 deletions
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 49ca4b3e93..1073f94802 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 += "\
20 python3-numpy \ 20 python3-numpy \
21 python3-requests \ 21 python3-requests \
22" 22"
23
24BBCLASSEXTEND = "native nativesdk"