From 2fe7141899fcd59aceac1d0b9b677e3b909a22c6 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 2 Mar 2015 08:26:49 +0100 Subject: [PATCH] system-config-printer: needs python3.4-requests at runtime. --- srcpkgs/system-config-printer/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/system-config-printer/template b/srcpkgs/system-config-printer/template index 1421208fb91..85da06a9fd0 100644 --- a/srcpkgs/system-config-printer/template +++ b/srcpkgs/system-config-printer/template @@ -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"