python-Cython: add setuptools dependency
this is necessary for build
This commit is contained in:
parent
b8fc452c7a
commit
6b4953cf32
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue