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"