From bd4d4ccac9a4cee39a1651881b6e4b285fe4aeed Mon Sep 17 00:00:00 2001 From: Peng Zhang Date: Tue, 8 Oct 2024 21:04:02 +0800 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb') 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() { RDEPENDS:${PN} += " \ python3-pyyaml \ + python3-fsspec \ " RDEPENDS:${PN}-ptest += " \ python3-fsspec \ -- cgit v1.2.3-54-g00ecf