hplip: add missing dependency python3-distro

fixes #18295
This commit is contained in:
Helmut Pozimski 2020-01-16 19:17:07 +01:00
parent 5806d34751
commit dda0442eae

View file

@ -1,7 +1,7 @@
# Template file for 'hplip'
pkgname=hplip
version=3.19.12
revision=2
revision=3
build_style=gnu-configure
pycompile_dirs="usr/share/hplip"
configure_args="
@ -25,7 +25,7 @@ hostmakedepends="pkg-config automake libtool python3"
makedepends="libressl-devel python3-devel libxml2-python3 cups-devel sane-devel
ghostscript-devel net-snmp-devel libusb-devel libjpeg-turbo-devel dbus-devel"
depends="python3-gobject python3-dbus desktop-file-utils
foomatic-db foomatic-db-engine"
foomatic-db foomatic-db-engine python3-distro"
short_desc="HP Linux Imaging and Printing"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only, BSD-3-Clause, MIT"