From 6b4953cf32d2f38986358f3a859defafd88618b2 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 13 Dec 2018 21:24:34 +0100 Subject: [PATCH] python-Cython: add setuptools dependency this is necessary for build --- srcpkgs/python-Cython/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-Cython/template b/srcpkgs/python-Cython/template index e4d2e865db4..21b4fbb1915 100644 --- a/srcpkgs/python-Cython/template +++ b/srcpkgs/python-Cython/template @@ -4,7 +4,7 @@ version=0.29 revision=1 wrksrc="Cython-${version}" build_style=python-module -hostmakedepends="python-devel python3-devel" +hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools" makedepends="${hostmakedepends}" pycompile_module="Cython pyximport cython.py" short_desc="C-Extensions for Python2"