mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
0a9ad3f963
commit
bd4d4ccac9
|
|
@ -21,6 +21,7 @@ do_install_ptest() {
|
|||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-pyyaml \
|
||||
python3-fsspec \
|
||||
"
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
python3-fsspec \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user