libplist: add setuptools dependency

this is necessary to make it build at all
This commit is contained in:
q66 2018-12-13 21:24:14 +01:00 committed by Helmut Pozimski
parent 6b4953cf32
commit 6644029478

View file

@ -4,7 +4,7 @@ version=2.0.0
revision=3
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool pkg-config python-devel python-Cython"
hostmakedepends="automake libtool pkg-config python-devel python-Cython python-setuptools"
makedepends="python-devel libglib-devel libxml2-devel"
short_desc="Apple Property List library"
maintainer="Juan RP <xtraeme@voidlinux.eu>"