mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 17:36:26 +00:00
python3-pykwalify: fix RDEPENDS
Version 1.8.0 dropped pyyaml and moved to ruamel, so update the RDEPENDS so that this package continues to work. Signed-off-by: Ross Burton <ross.burton@arm.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
416b83fbaf
commit
92d4e241bb
@ -13,7 +13,7 @@ inherit setuptools3 pypi
|
|||||||
RDEPENDS_${PN} = "\
|
RDEPENDS_${PN} = "\
|
||||||
${PYTHON_PN}-docopt \
|
${PYTHON_PN}-docopt \
|
||||||
${PYTHON_PN}-dateutil \
|
${PYTHON_PN}-dateutil \
|
||||||
${PYTHON_PN}-pyyaml \
|
${PYTHON_PN}-ruamel-yaml \
|
||||||
"
|
"
|
||||||
|
|
||||||
BBCLASSEXTEND = "native nativesdk"
|
BBCLASSEXTEND = "native nativesdk"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user