From 6644029478ed38539f54970dd6f21bb1c2118876 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 13 Dec 2018 21:24:14 +0100 Subject: [PATCH] libplist: add setuptools dependency this is necessary to make it build at all --- srcpkgs/libplist/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/libplist/template b/srcpkgs/libplist/template index ad6275bdf88..3d6f2332e18 100644 --- a/srcpkgs/libplist/template +++ b/srcpkgs/libplist/template @@ -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 "