From 83cf1c0a39193048a1a41f3f6fb2963b66520d40 Mon Sep 17 00:00:00 2001 From: Andy Weidenbaum Date: Tue, 23 Oct 2018 12:42:27 -0500 Subject: [PATCH] icdiff: add python{,3}-setuptools to depends --- srcpkgs/icdiff/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/icdiff/template b/srcpkgs/icdiff/template index c338c59a8fd..27e793f83c0 100644 --- a/srcpkgs/icdiff/template +++ b/srcpkgs/icdiff/template @@ -1,13 +1,13 @@ # Template file for 'icdiff' pkgname=icdiff version=1.9.4 -revision=1 +revision=2 wrksrc="${pkgname}-release-${version}" noarch=yes build_style=python-module pycompile_module="icdiff.py" hostmakedepends="python-setuptools python3-setuptools" -depends="python" +depends="python python-setuptools" short_desc="Improved colored diff (Python2)" maintainer="Duncaen " license="Python-2.0" @@ -26,7 +26,7 @@ post_install() { python3-icdiff_package() { noarch=yes - depends="python3" + depends="python3 python3-setuptools" pycompile_module="icdiff.py" alternatives=" icdiff:icdiff:/usr/bin/icdiff3