icdiff: add python{,3}-setuptools to depends
This commit is contained in:
parent
8e15f0de91
commit
83cf1c0a39
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'icdiff'
|
# Template file for 'icdiff'
|
||||||
pkgname=icdiff
|
pkgname=icdiff
|
||||||
version=1.9.4
|
version=1.9.4
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname}-release-${version}"
|
wrksrc="${pkgname}-release-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="icdiff.py"
|
pycompile_module="icdiff.py"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python"
|
depends="python python-setuptools"
|
||||||
short_desc="Improved colored diff (Python2)"
|
short_desc="Improved colored diff (Python2)"
|
||||||
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
maintainer="Duncaen <duncaen@voidlinux.eu>"
|
||||||
license="Python-2.0"
|
license="Python-2.0"
|
||||||
|
@ -26,7 +26,7 @@ post_install() {
|
||||||
|
|
||||||
python3-icdiff_package() {
|
python3-icdiff_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3"
|
depends="python3 python3-setuptools"
|
||||||
pycompile_module="icdiff.py"
|
pycompile_module="icdiff.py"
|
||||||
alternatives="
|
alternatives="
|
||||||
icdiff:icdiff:/usr/bin/icdiff3
|
icdiff:icdiff:/usr/bin/icdiff3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user