From 7297131478b259da95731e1a3f8f942fbcc096cd Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 20 Nov 2015 08:18:28 +0100 Subject: [PATCH] python-scipy: rebuild due to python-numpy-devel merge --- srcpkgs/python-scipy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"