From 011ed4caca1d2df526e68e8f18f843f73beb48b9 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Fri, 20 Nov 2015 08:18:06 +0100 Subject: [PATCH] python-pandas: rebuild due to python-numpy-devel merge --- srcpkgs/python-pandas/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python-pandas/template b/srcpkgs/python-pandas/template index 9451c2c986..828ca16e4f 100644 --- a/srcpkgs/python-pandas/template +++ b/srcpkgs/python-pandas/template @@ -1,13 +1,12 @@ # Template file for 'python-pandas' pkgname=python-pandas version=0.17.0 -revision=1 +revision=2 wrksrc="pandas-${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 python-dateutil python3.4-dateutil python-pytz python3.4-pytz" depends="python-numpy python-dateutil python-pytz" pycompile_module="pandas"