wesnoth: Replace python(2) dependency with python3

Some of the utility scripts may not work with python3,
but it's better to have normal functionality working than
not being able to build recipe at all because EOL python2

Signed-off-by: Marko Lindqvist <cazfi74@gmail.com>
This commit is contained in:
Marko Lindqvist
2021-04-01 19:11:28 +03:00
parent 6fb5cb2a93
commit 5a64607ce7

View File

@@ -72,7 +72,7 @@ do_install_append() {
RDEPENDS_${PN} = "${PN}-data tremor"
RDEPENDS_${PN}-data = "bash python"
RDEPENDS_${PN}-data = "bash python3"
RDEPENDS_${PN}-all-campaigns = "${PN} \
${PN}-aoi ${PN}-did ${PN}-ei ${PN}-httt ${PN}-l \