From 14426157f56b873de7108ef9bbfaa4ed81d37324 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Fri, 24 Sep 2021 23:15:47 -0400 Subject: [PATCH] ctop: rebuild for Python 3.10 --- srcpkgs/ctop/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ctop/template b/srcpkgs/ctop/template index 9646c772b76..9ce40563211 100644 --- a/srcpkgs/ctop/template +++ b/srcpkgs/ctop/template @@ -1,7 +1,7 @@ # Template file for 'ctop' pkgname=ctop version=1.0.0 -revision=5 +revision=6 build_style=python3-module pycompile_module="cgroup_top.py" hostmakedepends="python3-setuptools"