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