python-scipy: rebuild due to python-numpy-devel merge

This commit is contained in:
Alessio Sergi 2015-11-20 08:18:28 +01:00
parent 011ed4caca
commit 7297131478
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'python-scipy'
pkgname=python-scipy
version=0.16.1
revision=1
revision=2
wrksrc="scipy-${version}"
build_style=python-module
python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools gcc-fortran"
makedepends="python-devel python3.4-devel python-numpy-devel
python3.4-numpy-devel blas-devel lapack-devel"
makedepends="python-devel python3.4-devel python-numpy python3.4-numpy
blas-devel lapack-devel"
depends="python-numpy"
pycompile_module="scipy"
short_desc="Scientific library for Python2"