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