python-Bottleneck: rebuild due to python-numpy-devel merge
This commit is contained in:
parent
3e0c263ac2
commit
bfab5fc07e
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'python-Bottleneck'
|
||||
pkgname=python-Bottleneck
|
||||
version=1.0.0
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="Bottleneck-${version}"
|
||||
build_style=python-module
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
makedepends="python-devel python3.4-devel python-numpy-devel python3.4-numpy-devel"
|
||||
makedepends="python-devel python3.4-devel python-numpy python3.4-numpy"
|
||||
depends="python-numpy"
|
||||
pycompile_module="bottleneck"
|
||||
short_desc="Fast NumPy array functions written in Cython (Python2)"
|
||||
|
|
Loading…
Reference in New Issue