From 3aca16e9fae7c81ab198550eb1f1359e55b0af19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 7 Feb 2020 21:54:46 +0100 Subject: [PATCH] pingus: build with python3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It builds perfectly fine with python3 - a new experience for me Signed-off-by: Andreas Müller --- recipes-games/pingus/pingus_0.7.6.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-games/pingus/pingus_0.7.6.bb b/recipes-games/pingus/pingus_0.7.6.bb index 41b3e45..7acdb85 100644 --- a/recipes-games/pingus/pingus_0.7.6.bb +++ b/recipes-games/pingus/pingus_0.7.6.bb @@ -6,7 +6,7 @@ HOMEPAGE = "http://pingus.seul.org/" RDEPENDS_${PN} += "libmikmod bash" -inherit scons pythonnative +inherit scons python3native SRC_URI = "\ git://github.com/Pingus/pingus.git \