summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgileri2020-07-27 21:45:32 +0200
committergileri2020-07-27 21:45:32 +0200
commit43bfe54bc12b0041d7d5f0168f9b32757dd36737 (patch)
tree7fc9d542ab42e7c49e3d9611f4be890c1e517e71 /PKGBUILD
parenta23d60cbc3280cb9470fc905e8394ffdf4acf32e (diff)
downloadaur-43bfe54bc12b0041d7d5f0168f9b32757dd36737.tar.gz
Add check depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dabfb3c95ea3..102670e318a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('Apache') #2.0
makedepends=(python-setuptools python2-setuptools)
#python2-coverage has file conflitcs with python-coverage, so we can't do coverage analysis
#checkdepends=(python-pytest python2-pytest python-codecov python2-codecov python-pytest-cov python2-pytest-cov)
-checkdepends=(python-pytest python2-pytest)
+checkdepends=(python-pytest python2-pytest python-wheel python-wheel)
source=(${_py_pkgname}::git+${_github_url}.git#tag=$pkgver)
md5sums=('SKIP')