From 73a185bde2ea6568b417036c8d63d2dbbfb045a0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:02 -0400 Subject: [PATCH] python3-yaml: rebuild for Python 3.11 --- 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 7d978c23c91..6dd23209a35 100644 --- a/srcpkgs/python3-yaml/template +++ b/srcpkgs/python3-yaml/template @@ -1,7 +1,7 @@ # Template file for 'python3-yaml' pkgname=python3-yaml version=6.0 -revision=1 +revision=2 wrksrc="PyYAML-${version}" build_style=python3-module hostmakedepends="python3-setuptools python3-Cython"