From d817be34020c7b169dd7d00420c252e792e3713b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:47 -0400 Subject: [PATCH] tryton: rebuild for Python 3.12 --- srcpkgs/tryton/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template index 5c5d4c08806..4a03f340ae8 100644 --- a/srcpkgs/tryton/template +++ b/srcpkgs/tryton/template @@ -1,7 +1,7 @@ # Template file for 'tryton' pkgname=tryton version=5.4.2 -revision=4 +revision=5 build_style=python3-module pycompile_module="tryton" hostmakedepends="python3-setuptools"