From 6e03b63f4cf35097f546f27179757513fe6f8240 Mon Sep 17 00:00:00 2001 From: Peng Zhang Date: Tue, 8 Oct 2024 21:04:03 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-fsspec_2024.9.0.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') 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 += "\ python3-numpy \ python3-requests \ " + +BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf