system-config-printer: needs python3.4-requests at runtime.

This commit is contained in:
Juan RP 2015-03-02 08:26:49 +01:00
parent 81e3ffaf83
commit 2fe7141899
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'system-config-printer'
pkgname=system-config-printer
version=1.5.5
revision=1
revision=2
build_style=gnu-configure
build_options="systemd"
configure_args="--with-udev-rules"
@ -13,8 +13,8 @@ makedepends="
glib-devel cups-devel eudev-libudev-devel libusb-devel $(vopt_if systemd systemd-devel)"
depends="
python3.4-cups python3.4-dbus python3.4-curl python3.4-smbc python3.4-gobject
gir-freedesktop libnotify gtk+3 gnome-icon-theme libgnome-keyring polkit-gnome
dconf desktop-file-utils"
python3.4-requests gir-freedesktop libnotify gtk+3 gnome-icon-theme libgnome-keyring
polkit-gnome dconf desktop-file-utils"
pycompile_version="3.4"
pycompile_module="cupshelpers"
pycompile_dirs="/usr/share/system-config-printer"