From 92dcdd15ba07fdd113abcd02a19e524177115c2b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:18:09 -0400 Subject: [PATCH] scons: rebuild for Python 3.10 --- srcpkgs/scons/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/scons/template b/srcpkgs/scons/template index 883443e3465..574f96858c7 100644 --- a/srcpkgs/scons/template +++ b/srcpkgs/scons/template @@ -1,7 +1,7 @@ # Template file for 'scons' pkgname=scons version=4.0.1 -revision=2 +revision=3 wrksrc="SCons-${version}" build_style=python3-module hostmakedepends="python3 python3-setuptools"