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:
Peng Zhang 2024-10-08 21:04:02 +08:00 committed by Khem Raj
parent 0a9ad3f963
commit bd4d4ccac9
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -21,6 +21,7 @@ do_install_ptest() {
RDEPENDS:${PN} += " \
python3-pyyaml \
python3-fsspec \
"
RDEPENDS:${PN}-ptest += " \
python3-fsspec \