From 268f936c67e6a37e341165e0d7da41298dd9535f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:14 -0400 Subject: [PATCH] python-attrs: rebuild for Python 3.9 --- 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 a58b18c7b90..0689954434f 100644 --- a/srcpkgs/python-attrs/template +++ b/srcpkgs/python-attrs/template @@ -1,7 +1,7 @@ # Template file for 'python-attrs' pkgname=python-attrs version=20.2.0 -revision=1 +revision=2 wrksrc="attrs-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"