mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user