From 621f6b8d84d64dfc4d9383e8e5ed238ff251b527 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:54 -0400 Subject: [PATCH] rmlint: rebuild for Python 3.12 --- srcpkgs/rmlint/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/rmlint/template b/srcpkgs/rmlint/template index af299a198fa..2113c56e1ce 100644 --- a/srcpkgs/rmlint/template +++ b/srcpkgs/rmlint/template @@ -1,10 +1,10 @@ # Template file for 'rmlint' pkgname=rmlint version=2.10.2 -revision=1 +revision=2 build_style=scons make_build_args="VERBOSE=1" -hostmakedepends="pkg-config python3-Sphinx glib-devel" +hostmakedepends="pkg-config python3-Sphinx python3-setuptools glib-devel" makedepends="libblkid-devel elfutils-devel json-glib-devel" short_desc="Extremely fast tool to remove duplicates" maintainer="Andrea Brancaleoni "