mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 18:02:57 +02:00
system-config-printer: needs python3.4-requests at runtime.
This commit is contained in:
parent
81e3ffaf83
commit
2fe7141899
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'system-config-printer'
|
# Template file for 'system-config-printer'
|
||||||
pkgname=system-config-printer
|
pkgname=system-config-printer
|
||||||
version=1.5.5
|
version=1.5.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_options="systemd"
|
build_options="systemd"
|
||||||
configure_args="--with-udev-rules"
|
configure_args="--with-udev-rules"
|
||||||
|
@ -13,8 +13,8 @@ makedepends="
|
||||||
glib-devel cups-devel eudev-libudev-devel libusb-devel $(vopt_if systemd systemd-devel)"
|
glib-devel cups-devel eudev-libudev-devel libusb-devel $(vopt_if systemd systemd-devel)"
|
||||||
depends="
|
depends="
|
||||||
python3.4-cups python3.4-dbus python3.4-curl python3.4-smbc python3.4-gobject
|
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
|
python3.4-requests gir-freedesktop libnotify gtk+3 gnome-icon-theme libgnome-keyring
|
||||||
dconf desktop-file-utils"
|
polkit-gnome dconf desktop-file-utils"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="cupshelpers"
|
pycompile_module="cupshelpers"
|
||||||
pycompile_dirs="/usr/share/system-config-printer"
|
pycompile_dirs="/usr/share/system-config-printer"
|
||||||
|
|
Loading…
Add table
Reference in a new issue