From aa95a4c28406bb68940711da1c6e04e5901b9ba4 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:16 -0400 Subject: [PATCH] python-coverage: rebuild for Python 3.9 --- 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 c151fa762da..332e7baa3b7 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=1 +revision=2 wrksrc="${pkgname/python-//}-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"