From 5238670a2342f3794c41d50d2d00cead1a942793 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:16 -0400 Subject: [PATCH] tryton: rebuild for Python 3.10 --- srcpkgs/tryton/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/tryton/template b/srcpkgs/tryton/template index 45f55261859..18588e3914a 100644 --- a/srcpkgs/tryton/template +++ b/srcpkgs/tryton/template @@ -1,7 +1,7 @@ # Template file for 'tryton' pkgname=tryton version=5.4.2 -revision=2 +revision=3 build_style=python3-module pycompile_module="tryton" hostmakedepends="python3-setuptools"