python-Cython: add setuptools dependency
this is necessary for build
This commit is contained in:
@@ -4,7 +4,7 @@ version=0.29
|
|||||||
revision=1
|
revision=1
|
||||||
wrksrc="Cython-${version}"
|
wrksrc="Cython-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="python-devel python3-devel python-setuptools python3-setuptools"
|
||||||
makedepends="${hostmakedepends}"
|
makedepends="${hostmakedepends}"
|
||||||
pycompile_module="Cython pyximport cython.py"
|
pycompile_module="Cython pyximport cython.py"
|
||||||
short_desc="C-Extensions for Python2"
|
short_desc="C-Extensions for Python2"
|
||||||
|
|||||||
Reference in New Issue
Block a user