Since upgrade pykwalify from 1.7.0 -> 1.8.0, the ruamel.yaml is now the default and preffered yaml parser, correct runtime depends
Signed-off-by: Hongxu Jia <[email protected]> --- meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb index aa14cdd4b..4d4d2b79c 100644 --- a/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb +++ b/meta-python/recipes-devtools/python/python3-pykwalify_1.8.0.bb @@ -13,7 +13,7 @@ inherit setuptools3 pypi RDEPENDS_${PN} = "\ ${PYTHON_PN}-docopt \ ${PYTHON_PN}-dateutil \ - ${PYTHON_PN}-pyyaml \ + ${PYTHON_PN}-ruamel-yaml \ " BBCLASSEXTEND = "native nativesdk" -- 2.27.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#89308): https://lists.openembedded.org/g/openembedded-devel/message/89308 Mute This Topic: https://lists.openembedded.org/mt/80401013/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
