From 5a64607ce79b8f46df13c7517e2493731daab839 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 1 Apr 2021 19:11:28 +0300 Subject: [PATCH] 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 --- recipes-games/wesnoth/wesnoth_1.15.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-games/wesnoth/wesnoth_1.15.1.bb b/recipes-games/wesnoth/wesnoth_1.15.1.bb index 1907414..2bb1865 100644 --- a/recipes-games/wesnoth/wesnoth_1.15.1.bb +++ b/recipes-games/wesnoth/wesnoth_1.15.1.bb @@ -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 \