summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-02-05 15:58:51 -0500
committerGuillaume Horel2020-02-05 15:58:51 -0500
commit5eb9241fb583fa98cf343f08f9b418cd441d6e5d (patch)
tree038fca60529c8e6aa6a0f5b683ebb9034e96513b
parent300105e53a96853e87266f8819fff50acf7ec681 (diff)
downloadaur-5eb9241fb583fa98cf343f08f9b418cd441d6e5d.tar.gz
update checkdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7c8c16d5581..540dd3574fa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = python-pyarrow
checkdepends = git
checkdepends = python-hypothesis
checkdepends = python-pytest
+ checkdepends = python-pytest-lazy-fixture
makedepends = cmake
makedepends = cython
depends = arrow
diff --git a/PKGBUILD b/PKGBUILD
index 8425ed18e502..d14798c34548 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://arrow.apache.org"
license=('Apache')
depends=('arrow')
-checkdepends=('git' 'python-hypothesis' 'python-pytest')
+checkdepends=('git' 'python-hypothesis' 'python-pytest' 'python-pytest-lazy-fixture')
optdepends=()
makedepends=('cmake' 'cython')
source=("https://github.com/apache/arrow/archive/apache-arrow-$pkgver.tar.gz"