setconf: fix dependencies

Closes: #7513 [via git-merge-pr]
This commit is contained in:
Alexander F Rødseth 2017-08-28 14:43:14 +02:00 committed by Michael Gehring
parent d5765d13e1
commit efc35780ca

View file

@ -1,12 +1,12 @@
# Template file for 'setconf' # Template file for 'setconf'
pkgname=setconf pkgname=setconf
version=0.7.4 version=0.7.4
revision=2 revision=3
noarch=yes noarch=yes
build_style=python-module build_style=python-module
pycompile_module="setconf.py" pycompile_module="setconf.py"
hostmakedepends="python-setuptools python3-setuptools" hostmakedepends="python-setuptools python3-setuptools"
depends="python" depends="python python-setuptools"
short_desc="Utility for changing settings in configuration textfiles (Python2)" short_desc="Utility for changing settings in configuration textfiles (Python2)"
maintainer="Duncaen <duncaen@voidlinux.eu>" maintainer="Duncaen <duncaen@voidlinux.eu>"
license="GPL-2" license="GPL-2"
@ -24,7 +24,7 @@ post_install() {
python3-setconf_package() { python3-setconf_package() {
noarch=yes noarch=yes
depends="python3" depends="python3 python3-setuptools"
pycompile_module="setconf.py" pycompile_module="setconf.py"
alternatives=" alternatives="
setconf:setconf:/usr/bin/setconf3 setconf:setconf:/usr/bin/setconf3