summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGuillaume Horel2017-03-13 20:07:20 -0400
committerGuillaume Horel2017-03-13 20:07:20 -0400
commit034f8b30c7b8c7861b53d2148384827a0d89873e (patch)
tree6fe563e3fc3e6efc8fad0e04b92fb2016b380cc7 /PKGBUILD
parent44c0139dfd2ff0815b760507c319bb17ed613d36 (diff)
downloadaur-034f8b30c7b8c7861b53d2148384827a0d89873e.tar.gz
add dpendency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8119b3572cd0..2731a3245403 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,6 +10,7 @@ depends=('cython'
'python'
'python-numba'
'python-numpy'
+ 'python-pytest'
'python-thriftpy')
makedepends=('python-setuptools')
optdepends=('python-snappy')