From 407f1bc178a566f06f4df6e0eee48b1c2810697d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:45 -0400 Subject: [PATCH] unknown-horizons: rebuild for Python 3.12 --- srcpkgs/unknown-horizons/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/unknown-horizons/template b/srcpkgs/unknown-horizons/template index 71b6ad8c014..0b1325526ad 100644 --- a/srcpkgs/unknown-horizons/template +++ b/srcpkgs/unknown-horizons/template @@ -1,10 +1,10 @@ # Template file for 'unknown-horizons' pkgname=unknown-horizons version=2019.1 -revision=8 +revision=9 build_style=python3-module -hostmakedepends="python3 intltool git python3-Pillow" -depends="python3 fifengine python3-yaml" +hostmakedepends="python3 python3-setuptools intltool git python3-Pillow" +depends="fifengine python3-yaml" short_desc="2D real time strategy simulation" maintainer="Orphaned " license="GPL-2.0-or-later, MIT, BSD-3-Clause, CC-BY-3.0, CC-BY-SA-3.0, OFL-1.0"