From 8e592d866af5de7b4f65139a5be12a2267ff3c56 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:19 -0400 Subject: [PATCH] python-pgpdump: rebuild for Python 3.9 --- srcpkgs/python-pgpdump/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-pgpdump/template b/srcpkgs/python-pgpdump/template index b81b40c0ef8..4c629009edb 100644 --- a/srcpkgs/python-pgpdump/template +++ b/srcpkgs/python-pgpdump/template @@ -1,7 +1,7 @@ # Template file for 'python-pgpdump' pkgname=python-pgpdump version=1.5 -revision=7 +revision=8 build_style=python-module pycompile_module="pgpdump" hostmakedepends="python-setuptools python3-setuptools"