diff options
author | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-03-18 12:27:28 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <bpiotrowski@alpinelinux.org> | 2014-03-18 12:27:46 +0100 |
commit | 13cff780fef7081e1bc0783e6d47e304c3cf405e (patch) | |
tree | c374b2f8d2e226a722fa58c93a81030755b18282 /testing/hplip | |
parent | f4e39d3773582cd553f69e54909f8c0131a53dd1 (diff) | |
download | aports-13cff780fef7081e1bc0783e6d47e304c3cf405e.tar.bz2 aports-13cff780fef7081e1bc0783e6d47e304c3cf405e.tar.xz |
testing/hplip: add py-dbus to dependencies
Diffstat (limited to 'testing/hplip')
-rw-r--r-- | testing/hplip/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/hplip/APKBUILD b/testing/hplip/APKBUILD index d3194d831f..20a3330f7b 100644 --- a/testing/hplip/APKBUILD +++ b/testing/hplip/APKBUILD @@ -3,12 +3,12 @@ pkgname=hplip pkgver=3.14.3 -pkgrel=0 +pkgrel=1 pkgdesc='Drivers for HP printers' arch=all url='http://hplipopensource.com' license='GPL' -depends='python' +depends='python py-dbus' makedepends='libjpeg-turbo-dev net-snmp-dev cups-dev libusbx-dev python-dev' subpackages="$pkgname-doc" source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz |