meta-virt-default-versions.inc: fix invalid python-pyyaml version

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>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Ming Liu 2019-11-25 20:57:06 +01:00 committed by Bruce Ashfield
parent cf1d44e377
commit 0b4fe1c911

View File

@ -3,7 +3,7 @@
PREFERRED_VERSION_python-blinker = "1.3" PREFERRED_VERSION_python-blinker = "1.3"
PREFERRED_VERSION_python-gevent = "1.0.1" PREFERRED_VERSION_python-gevent = "1.0.1"
PREFERRED_VERSION_python-m2crypto = "0.22.3" 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-redis = "2.10.3"
PREFERRED_VERSION_python-sqlalchemy = "1.1.5" PREFERRED_VERSION_python-sqlalchemy = "1.1.5"
PREFERRED_VERSION_python-werkzeug = "0.10.4" PREFERRED_VERSION_python-werkzeug = "0.10.4"