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'
|
# Template file for 'python-pandas'
|
||||||
pkgname=python-pandas
|
pkgname=python-pandas
|
||||||
version=0.17.0
|
version=0.17.0
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="pandas-${version}"
|
wrksrc="pandas-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
makedepends="
|
makedepends="python-devel python3.4-devel python-numpy python3.4-numpy
|
||||||
python-devel python3.4-devel python-numpy-devel python3.4-numpy-devel
|
|
||||||
python-dateutil python3.4-dateutil python-pytz python3.4-pytz"
|
python-dateutil python3.4-dateutil python-pytz python3.4-pytz"
|
||||||
depends="python-numpy python-dateutil python-pytz"
|
depends="python-numpy python-dateutil python-pytz"
|
||||||
pycompile_module="pandas"
|
pycompile_module="pandas"
|
||||||
|
|
Loading…
Reference in a new issue