All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] meta-virt-default-versions.inc: fix invalid python-pyyaml version
@ 2019-11-25 19:57 Ming Liu
  2019-11-25 21:03 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Ming Liu @ 2019-11-25 19:57 UTC (permalink / raw)
  To: meta-virtualization; +Cc: stefan.agner, Ming Liu

From: Ming Liu <liu.ming50@gmail.com>

The python-pyyaml recipe in this layer is 5.1.2, fix the wrong
PREFERRED_VERSION_python-pyyaml.

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 conf/distro/include/meta-virt-default-versions.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/distro/include/meta-virt-default-versions.inc b/conf/distro/include/meta-virt-default-versions.inc
index 27e7b90..06ff9e8 100644
--- a/conf/distro/include/meta-virt-default-versions.inc
+++ b/conf/distro/include/meta-virt-default-versions.inc
@@ -3,7 +3,7 @@
 PREFERRED_VERSION_python-blinker = "1.3"
 PREFERRED_VERSION_python-gevent = "1.0.1"
 PREFERRED_VERSION_python-m2crypto = "0.22.3"
-PREFERRED_VERSION_python-pyyaml = "3.11"
+PREFERRED_VERSION_python-pyyaml = "5.1.2"
 PREFERRED_VERSION_python-redis = "2.10.3"
 PREFERRED_VERSION_python-sqlalchemy = "1.1.5"
 PREFERRED_VERSION_python-werkzeug = "0.10.4"
-- 
2.7.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-25 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-25 19:57 [meta-virtualization][PATCH] meta-virt-default-versions.inc: fix invalid python-pyyaml version Ming Liu
2019-11-25 21:03 ` Bruce Ashfield

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.