From d8a12c85ba2e0f417dafae18c4142890dc4eedc1 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:16:56 -0400 Subject: [PATCH] python3-fasteners: rebuild for Python 3.10 --- srcpkgs/python3-fasteners/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-fasteners/template b/srcpkgs/python3-fasteners/template index be3fd0ac541..937627c24f6 100644 --- a/srcpkgs/python3-fasteners/template +++ b/srcpkgs/python3-fasteners/template @@ -1,7 +1,7 @@ # Template file for 'python3-fasteners' pkgname=python3-fasteners version=0.16.3 -revision=1 +revision=2 wrksrc="fasteners-${version}" build_style=python3-module hostmakedepends="python3-setuptools"