python-pandas: rebuild due to python-numpy-devel merge

This commit is contained in:
Alessio Sergi 2015-11-20 08:18:06 +01:00
parent faeea9caad
commit 011ed4caca

View file

@ -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"