diff mbox series

[meta-python,1/2] python3-pyyaml-include: Add fsspec as a runtime dependency

Message ID 20241008130403.11585-1-peng.zhang1.cn@windriver.com
State Accepted
Headers show
Series [meta-python,1/2] python3-pyyaml-include: Add fsspec as a runtime dependency | expand

Commit Message

peng.zhang1.cn@windriver.com Oct. 8, 2024, 1:04 p.m. UTC
From: Peng Zhang <peng.zhang1.cn@windriver.com>

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>
---
 .../recipes-devtools/python/python3-pyyaml-include_2.2.bb        | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 f39b63ea5..a93a2391d 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() {
 
 RDEPENDS:${PN} += " \
     python3-pyyaml \
+    python3-fsspec \
 "
 RDEPENDS:${PN}-ptest += " \
     python3-fsspec \