itstool: fix cross

This commit is contained in:
Alessio Sergi 2017-07-10 09:51:42 +02:00
parent 63868d54aa
commit cd356ee13f

View file

@ -5,9 +5,9 @@ revision=3
noarch=yes noarch=yes
build_style=gnu-configure build_style=gnu-configure
configure_args="PYTHON=/usr/bin/python2" configure_args="PYTHON=/usr/bin/python2"
hostmakedepends="python" hostmakedepends="python libxml2-python"
makedepends="python libxml2-python" makedepends="${hostmakedepends}"
depends="python libxml2-python" depends="${makedepends}"
short_desc="ITS Tool" short_desc="ITS Tool"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3" license="GPL-3"