From bbf47133f9eefc6b3032e618f0f3ac589719498f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:12 -0400 Subject: [PATCH] stcgal: rebuild for Python 3.10 --- srcpkgs/stcgal/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/stcgal/template b/srcpkgs/stcgal/template index df13d3b770f..5f01ac715c4 100644 --- a/srcpkgs/stcgal/template +++ b/srcpkgs/stcgal/template @@ -1,7 +1,7 @@ # Template file for 'stcgal' pkgname=stcgal version=1.6 -revision=3 +revision=4 build_style=python3-module pycompile_module="stcgal" hostmakedepends="python3-setuptools"