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' # Template file for 'python-scipy'
pkgname=python-scipy pkgname=python-scipy
version=0.16.1 version=0.16.1
revision=1 revision=2
wrksrc="scipy-${version}" wrksrc="scipy-${version}"
build_style=python-module build_style=python-module
python_versions="2.7 3.4" python_versions="2.7 3.4"
hostmakedepends="python-setuptools python3.4-setuptools gcc-fortran" hostmakedepends="python-setuptools python3.4-setuptools gcc-fortran"
makedepends="python-devel python3.4-devel python-numpy-devel makedepends="python-devel python3.4-devel python-numpy python3.4-numpy
python3.4-numpy-devel blas-devel lapack-devel" blas-devel lapack-devel"
depends="python-numpy" depends="python-numpy"
pycompile_module="scipy" pycompile_module="scipy"
short_desc="Scientific library for Python2" short_desc="Scientific library for Python2"