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