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