From cf33d5a159c5b0e71928804e583d5491051b2e0f Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:55 -0400 Subject: [PATCH] hplip: rebuild for Python 3.12 --- srcpkgs/hplip/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/hplip/template b/srcpkgs/hplip/template index a0d2f0b338f..c8a8e969164 100644 --- a/srcpkgs/hplip/template +++ b/srcpkgs/hplip/template @@ -2,7 +2,7 @@ # When possible, keep this package in sync with hplip-plugin pkgname=hplip version=3.23.3 -revision=2 +revision=3 build_style=gnu-configure pycompile_dirs="usr/share/hplip" configure_args=" @@ -22,7 +22,7 @@ configure_args=" --with-mimedir=/usr/share/cups/mime" conf_files="/etc/hp/hplip-nogui.conf" make_dirs="/var/lib/hp 0755 root root" -hostmakedepends="pkg-config automake libtool python3" +hostmakedepends="pkg-config automake libtool python3 python3-setuptools" makedepends="openssl-devel python3-devel libxml2-python3 cups-devel sane-devel ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel avahi-libs-devel zlib-devel"