summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrançois Boulogne2015-06-14 22:02:50 -0400
committerFrançois Boulogne2015-06-14 22:02:50 -0400
commit5855d0116899eeeada9e3b0df83cd66e1965adfc (patch)
treec4bff12c783ce5ba6c0283935be3eecf031a2d81 /PKGBUILD
parentccbedc49a13fef3d68b596d24ba932da9691c460 (diff)
downloadaur-5855d0116899eeeada9e3b0df83cd66e1965adfc.tar.gz
fix dependences
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 837ed00fc5d3..6bd4b02e4141 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=python-dask
_pkgname=dask
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Minimal task scheduling abstraction"
arch=('any')
url="https://dask.readthedocs.org/"
license=('BSD')
-depends=('python' 'python-numpy' 'python-dill' 'python-pandas')
+depends=('python' 'python-numpy' 'python-dill' 'python-pandas' 'python-toolz' 'python-psutil' 'python-pyzmq' 'python-bcolz')
makedepends=('python-setuptools')
checkdepends=('python-nose')
source=(https://pypi.python.org/packages/source/d/dask/dask-$pkgver.tar.gz)