From 321a17958f3a1b96cd4b2882266ea3c6c5412298 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:37 -0400 Subject: [PATCH] polysh: rebuild for Python 3.12 --- srcpkgs/polysh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/polysh/template b/srcpkgs/polysh/template index 3d92d3b3747..c91089515bb 100644 --- a/srcpkgs/polysh/template +++ b/srcpkgs/polysh/template @@ -1,7 +1,7 @@ # Template file for 'polysh' pkgname=polysh version=0.13 -revision=3 +revision=4 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3 openssh"