guake: add python3-setuptools as a dependency

for #11743
This commit is contained in:
Helmut Pozimski 2019-05-18 11:41:39 +02:00
parent b615dbfbd4
commit 3b57dada83

View file

@ -1,7 +1,7 @@
# Template file for 'guake' # Template file for 'guake'
pkgname=guake pkgname=guake
version=3.6.3 version=3.6.3
revision=1 revision=2
archs=noarch archs=noarch
build_style=python3-module build_style=python3-module
wrksrc="Guake-${version}" wrksrc="Guake-${version}"
@ -9,7 +9,7 @@ pycompile_module="guake"
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-devel python3-pbr" makedepends="python3-devel python3-pbr"
depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject depends="desktop-file-utils libkeybinder3 libnotify python3-dbus python3-gobject
python3-pbr vte3 libwnck" python3-pbr vte3 libwnck python3-setuptools"
checkdepends="python3-flake8 python3-pylint python3-pytest python3-pipenv" checkdepends="python3-flake8 python3-pylint python3-pytest python3-pipenv"
short_desc="Drop-down terminal for GNOME" short_desc="Drop-down terminal for GNOME"
maintainer="Orphaned <orphan@voidlinux.org>" maintainer="Orphaned <orphan@voidlinux.org>"