From cec19bc0e3bde1403300a394d4cab734ce29262c Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 9 Feb 2025 22:12:31 -0800 Subject: [PATCH] python3-dbus: rebuild for py3 provides --- srcpkgs/python3-dbus/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-dbus/template b/srcpkgs/python3-dbus/template index faa4b1dafc0..4671340f041 100644 --- a/srcpkgs/python3-dbus/template +++ b/srcpkgs/python3-dbus/template @@ -1,9 +1,9 @@ # Template file for 'python3-dbus' pkgname=python3-dbus version=1.3.2 -revision=3 +revision=4 build_style=gnu-configure -hostmakedepends="pkg-config python3" +hostmakedepends="pkg-config python3 python3-packaging-bootstrap" makedepends="libglib-devel python3-devel" depends="python3 dbus" checkdepends="${depends} python3-gobject"