mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
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:
parent
cf1d44e377
commit
0b4fe1c911
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user