From efc35780ca465fb45cad128d4c97548bdf152676 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20F=20R=C3=B8dseth?= Date: Mon, 28 Aug 2017 14:43:14 +0200 Subject: [PATCH] setconf: fix dependencies Closes: #7513 [via git-merge-pr] --- srcpkgs/setconf/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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