diff --git a/srcpkgs/python-scipy/template b/srcpkgs/python-scipy/template index c3f0f9cf399..4c036483c99 100644 --- a/srcpkgs/python-scipy/template +++ b/srcpkgs/python-scipy/template @@ -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"