From faeea9caad0121c980952a9ee16a4d42fae585c1 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 20 Nov 2015 08:17:30 +0100 Subject: [PATCH] python-numexpr: rebuild due to python-numpy-devel merge --- srcpkgs/python-numexpr/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-numexpr/template b/srcpkgs/python-numexpr/template index f9f02cba6a..e7e8b515db 100644 --- a/srcpkgs/python-numexpr/template +++ b/srcpkgs/python-numexpr/template @@ -1,12 +1,12 @@ # Template file for 'python-numexpr' pkgname=python-numexpr version=2.4.6 -revision=1 +revision=2 wrksrc="numexpr-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -makedepends="python-devel python3.4-devel python-numpy-devel python3.4-numpy-devel" +makedepends="python-devel python3.4-devel python-numpy python3.4-numpy" depends="python-numpy" pycompile_module="numexpr" short_desc="Fast numerical expression evaluator for NumPy (Python2)"