python-Cython: add setuptools dependency

this is necessary for build
This commit is contained in:
q66 2018-12-13 21:24:34 +01:00 committed by Helmut Pozimski
parent b8fc452c7a
commit 6b4953cf32

View file

@ -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"