From 2675daaea54be028d083a55aa918043ff71c1d1c Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 16 Jun 2025 11:23:47 -0400 Subject: [PATCH] python3-dbus: remove explicit py3: provides this was wrong (no revision) and gets overwritten by the generated one Closes: #55837 --- srcpkgs/python3-dbus/template | 1 - 1 file changed, 1 deletion(-) diff --git a/srcpkgs/python3-dbus/template b/srcpkgs/python3-dbus/template index 70b90c8d67c..365cc1f2ba9 100644 --- a/srcpkgs/python3-dbus/template +++ b/srcpkgs/python3-dbus/template @@ -14,7 +14,6 @@ homepage="https://www.freedesktop.org/wiki/Software/DBusBindings" distfiles="https://dbus.freedesktop.org/releases/dbus-python/dbus-python-${version}.tar.gz" checksum=ad67819308618b5069537be237f8e68ca1c7fcc95ee4a121fe6845b1418248f8 lib32disabled=yes -provides="py3:dbus-python-${version}" export PYTHON_CPPFLAGS="-I${XBPS_CROSS_BASE}/${py3_inc}" export PYTHON_EXTRA_LIBS="-L${XBPS_CROSS_BASE}/usr/lib -lpython${py3_ver}${py3_abiver}"