diff --git a/srcpkgs/setconf/template b/srcpkgs/setconf/template index 091c6b76b34..04b824713d7 100644 --- a/srcpkgs/setconf/template +++ b/srcpkgs/setconf/template @@ -1,12 +1,12 @@ # Template file for 'setconf' pkgname=setconf version=0.7.4 -revision=2 +revision=3 noarch=yes build_style=python-module pycompile_module="setconf.py" hostmakedepends="python-setuptools python3-setuptools" -depends="python" +depends="python python-setuptools" short_desc="Utility for changing settings in configuration textfiles (Python2)" maintainer="Duncaen " license="GPL-2" @@ -24,7 +24,7 @@ post_install() { python3-setconf_package() { noarch=yes - depends="python3" + depends="python3 python3-setuptools" pycompile_module="setconf.py" alternatives=" setconf:setconf:/usr/bin/setconf3