diff options
author | Peng Zhang <peng.zhang1.cn@windriver.com> | 2024-10-08 21:04:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-09 15:47:22 -0700 |
commit | bd4d4ccac9a4cee39a1651881b6e4b285fe4aeed (patch) | |
tree | f0df8a7715cbd615fde745b9160d4e58075f2b77 | |
parent | 0a9ad3f96364616503398078ba1c6c92c3dc954e (diff) | |
download | meta-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb | 1 |
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 | ||
22 | RDEPENDS:${PN} += " \ | 22 | RDEPENDS:${PN} += " \ |
23 | python3-pyyaml \ | 23 | python3-pyyaml \ |
24 | python3-fsspec \ | ||
24 | " | 25 | " |
25 | RDEPENDS:${PN}-ptest += " \ | 26 | RDEPENDS:${PN}-ptest += " \ |
26 | python3-fsspec \ | 27 | python3-fsspec \ |