From dca9e1b44120f70d5ab021959e75ff3fa3bb39bd Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:56:15 -0400 Subject: [PATCH] python3-yaml: rebuild for Python 3.9 --- srcpkgs/python3-yaml/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-yaml/template b/srcpkgs/python3-yaml/template index b2e961166a0..205db081261 100644 --- a/srcpkgs/python3-yaml/template +++ b/srcpkgs/python3-yaml/template @@ -1,7 +1,7 @@ # Template file for 'python3-yaml' pkgname=python3-yaml version=5.3.1 -revision=2 +revision=3 wrksrc="PyYAML-${version}" build_style=python3-module hostmakedepends="python3-setuptools"