From 60397dd0603ca2c5fda36c44cdbf004a7063db21 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:42 -0400 Subject: [PATCH] python-attrs: rebuild for Python 3.11 --- 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 ccb08e6678f..b012790c10b 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=2 +revision=3 wrksrc="attrs-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"