From 314cd5a5513a2218baf7c299ccbd8c6063d94d02 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:15 -0400 Subject: [PATCH] python3-cssselect2: rebuild for Python 3.12 --- srcpkgs/python3-cssselect2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-cssselect2/template b/srcpkgs/python3-cssselect2/template index ef571a9fad4..74b235b430a 100644 --- a/srcpkgs/python3-cssselect2/template +++ b/srcpkgs/python3-cssselect2/template @@ -1,7 +1,7 @@ # Template file for 'python3-cssselect2' pkgname=python3-cssselect2 version=0.7.0 -revision=1 +revision=2 build_style=python3-pep517 _runtime_deps="python3-tinycss2 python3-webencodings" hostmakedepends="python3-poetry-core python3-flit_core ${_runtime_deps}"