From 6db8692a033326bd3c3566e8b3f8ad0cd9f9962c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 29 May 2014 21:32:56 +0200 Subject: [PATCH] python-numpy: fixed cross build. --- srcpkgs/python-numpy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-numpy/template b/srcpkgs/python-numpy/template index e20810e3e4c..0646b0f0251 100644 --- a/srcpkgs/python-numpy/template +++ b/srcpkgs/python-numpy/template @@ -4,8 +4,8 @@ version=1.8.1 revision=1 build_style=python-module pycompile_module="numpy" -hostmakedepends="python-distribute" -makedepends="python-devel gcc-fortran libgfortran-devel" +hostmakedepends="python-distribute gcc-fortran" +makedepends="python-devel" depends="python>=2.7" short_desc="NumPy adds a fast and sophisticated array facility to Python" maintainer="Carlo Dormeletti "