From c5179805e43fc46769777c2ba167f1e8d0385297 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:18 -0400 Subject: [PATCH] liblouis: rebuild for Python 3.12 --- srcpkgs/liblouis/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/liblouis/template b/srcpkgs/liblouis/template index 62aafcae1aa..fbade9be434 100644 --- a/srcpkgs/liblouis/template +++ b/srcpkgs/liblouis/template @@ -1,10 +1,10 @@ # Template file for 'liblouis' pkgname=liblouis version=3.15.0 -revision=3 +revision=4 build_style=gnu-configure configure_args="--enable-ucs4" -hostmakedepends="pkg-config help2man python3-devel" +hostmakedepends="pkg-config help2man python3-devel python3-setuptools" makedepends="python3-devel" depends="python3" short_desc="Open-source braille translator and back-translator"