summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorPeng Zhang <peng.zhang1.cn@windriver.com>2024-10-08 21:04:02 +0800
committerKhem Raj <raj.khem@gmail.com>2024-10-09 15:47:22 -0700
commitbd4d4ccac9a4cee39a1651881b6e4b285fe4aeed (patch)
treef0df8a7715cbd615fde745b9160d4e58075f2b77 /meta-python
parent0a9ad3f96364616503398078ba1c6c92c3dc954e (diff)
downloadmeta-openembedded-bd4d4ccac9a4cee39a1651881b6e4b285fe4aeed.tar.gz
python3-pyyaml-include: Add fsspec as a runtime dependency
Starting from version 2.0, fsspec was introduced in pyyaml-include, allowing the inclusion of files from various sources such as HTTP, SFTP, and S3. As a result, pyyaml-include now depends on fsspec for both local and remote file inclusion, making it a required runtime dependency. Signed-off-by: Peng Zhang <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
index f39b63ea50..a93a2391dc 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
@@ -21,6 +21,7 @@ do_install_ptest() {
21 21
22RDEPENDS:${PN} += " \ 22RDEPENDS:${PN} += " \
23 python3-pyyaml \ 23 python3-pyyaml \
24 python3-fsspec \
24" 25"
25RDEPENDS:${PN}-ptest += " \ 26RDEPENDS:${PN}-ptest += " \
26 python3-fsspec \ 27 python3-fsspec \