python-pandas: rebuild due to python-numpy-devel merge
This commit is contained in:
parent
faeea9caad
commit
011ed4caca
1 changed files with 2 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue