All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-pykwalify: correct runtime depends
@ 2021-02-05  7:23 hongxu
  0 siblings, 0 replies; only message in thread
From: hongxu @ 2021-02-05  7:23 UTC (permalink / raw)
  To: raj.khem; +Cc: openembedded-devel

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 <hongxu.jia@windriver.com>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-02-05  7:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05  7:23 [meta-python][PATCH] python3-pykwalify: correct runtime depends hongxu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.