mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
hplip: rebuild for Python 3.12
This commit is contained in:
parent
6d94800d71
commit
cf33d5a159
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
# When possible, keep this package in sync with hplip-plugin
|
# When possible, keep this package in sync with hplip-plugin
|
||||||
pkgname=hplip
|
pkgname=hplip
|
||||||
version=3.23.3
|
version=3.23.3
|
||||||
revision=2
|
revision=3
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
pycompile_dirs="usr/share/hplip"
|
pycompile_dirs="usr/share/hplip"
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -22,7 +22,7 @@ configure_args="
|
||||||
--with-mimedir=/usr/share/cups/mime"
|
--with-mimedir=/usr/share/cups/mime"
|
||||||
conf_files="/etc/hp/hplip-nogui.conf"
|
conf_files="/etc/hp/hplip-nogui.conf"
|
||||||
make_dirs="/var/lib/hp 0755 root root"
|
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
|
makedepends="openssl-devel python3-devel libxml2-python3 cups-devel sane-devel
|
||||||
ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel
|
ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel
|
||||||
avahi-libs-devel zlib-devel"
|
avahi-libs-devel zlib-devel"
|
||||||
|
|
Loading…
Add table
Reference in a new issue