libxml2-python: do not depend on gir-freedesktop.
... otherwise the pkg might not be available in a bulk build.
This commit is contained in:
parent
4d555b10f8
commit
fb42978f0e
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'libxml2'.
|
||||
pkgname=libxml2
|
||||
version=2.9.2
|
||||
revision=3
|
||||
revision=4
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --with-threads --with-history"
|
||||
hostmakedepends="automake libtool gettext-devel pkg-config python-devel"
|
||||
|
@ -47,7 +47,6 @@ libxml2-devel_package() {
|
|||
}
|
||||
libxml2-python_package() {
|
||||
lib32disabled=yes
|
||||
depends="gir-freedesktop"
|
||||
short_desc+=" - python extension"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/python*"
|
||||
|
|
Loading…
Reference in New Issue