diff options
| author | Peng Zhang <peng.zhang1.cn@windriver.com> | 2024-10-08 21:04:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-10-09 15:47:22 -0700 |
| commit | 6e03b63f4cf35097f546f27179757513fe6f8240 (patch) | |
| tree | a2e0d032b48c3289f88c8274281859a7c7966ede /meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb | |
| parent | bd4d4ccac9a4cee39a1651881b6e4b285fe4aeed (diff) | |
| download | meta-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.bb | 2 |
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 | |||
| 24 | BBCLASSEXTEND = "native nativesdk" | ||
