itstool: needs libxml2-python at run time.
This commit is contained in:
parent
a927bdbbd9
commit
274306ce5c
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'itstool'
|
# Template file for 'itstool'
|
||||||
pkgname=itstool
|
pkgname=itstool
|
||||||
version=1.1.1
|
version=1.1.1
|
||||||
|
revision=1
|
||||||
distfiles="http://files.itstool.org/itstool/$pkgname-$version.tar.bz2"
|
distfiles="http://files.itstool.org/itstool/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="ITS Tool"
|
short_desc="ITS Tool"
|
||||||
|
@ -13,3 +14,4 @@ long_desc="
|
||||||
|
|
||||||
noarch=yes
|
noarch=yes
|
||||||
Add_dependency run python ">=0"
|
Add_dependency run python ">=0"
|
||||||
|
Add_dependency run libxml2-python ">=0"
|
||||||
|
|
Loading…
Reference in a new issue