From 3e906c6ad5d3b9f9ac2bff05b8bc34d9002e8f72 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:21 -0400 Subject: [PATCH] mailnag: rebuild for Python 3.12 --- srcpkgs/mailnag/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/mailnag/template b/srcpkgs/mailnag/template index 12d693cb47c..9eb83d02134 100644 --- a/srcpkgs/mailnag/template +++ b/srcpkgs/mailnag/template @@ -1,9 +1,9 @@ # Template file for 'mailnag' pkgname=mailnag version=2.2.0 -revision=3 +revision=4 build_style=python3-module -hostmakedepends="python3 gettext" +hostmakedepends="python3 python3-setuptools gettext" depends="python3-gobject python3-dbus python3-xdg libsecret gtk+3" short_desc="Extensible mail notification daemon" maintainer="meator "