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