summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-03-13 17:36:19 -0400
committerGuillaume Horel2017-03-13 17:36:19 -0400
commit44c0139dfd2ff0815b760507c319bb17ed613d36 (patch)
treefb1af3a11de886ad62331bc9042b5d5f37ff2557 /PKGBUILD
parent4cb2be9efefa568d8e7cc9c5600d41176eae08b5 (diff)
downloadaur-44c0139dfd2ff0815b760507c319bb17ed613d36.tar.gz
fix dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9b45dd928ac1..8119b3572cd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,9 +6,9 @@ pkgrel=1
pkgdesc="A python implementation of the parquet format."
url="https://github.com/dask/fastparquet"
checkdepends=('python-pytest')
-depends=('python'
+depends=('cython'
+ 'python'
'python-numba'
- 'python-cython'
'python-numpy'
'python-thriftpy')
makedepends=('python-setuptools')