From bfab5fc07ea52f1c7519bcf7f8d328788806faff Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 20 Nov 2015 08:15:40 +0100 Subject: [PATCH] python-Bottleneck: rebuild due to python-numpy-devel merge --- srcpkgs/python-Bottleneck/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-Bottleneck/template b/srcpkgs/python-Bottleneck/template index 9e9fe4b767a..c5bae22e77f 100644 --- a/srcpkgs/python-Bottleneck/template +++ b/srcpkgs/python-Bottleneck/template @@ -1,12 +1,12 @@ # Template file for 'python-Bottleneck' pkgname=python-Bottleneck version=1.0.0 -revision=1 +revision=2 wrksrc="Bottleneck-${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="bottleneck" short_desc="Fast NumPy array functions written in Cython (Python2)"