From 9793192a23bf790bac55c867d5f3f26fed942f3b Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:04:06 -0400 Subject: [PATCH] ctop: rebuild for Python 3.12 --- srcpkgs/ctop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template index 761d23a28f1..28566c53adc 100644 --- a/srcpkgs/ctop/template +++ b/srcpkgs/ctop/template @@ -1,7 +1,7 @@ # Template file for 'ctop' pkgname=ctop version=1.0.0 -revision=7 +revision=8 build_style=python3-module pycompile_module="cgroup_top.py" hostmakedepends="python3-setuptools"