summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user/py3-virtualenv/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-virtualenv/APKBUILD b/user/py3-virtualenv/APKBUILD
index 8a4dde3e1..0d4212635 100644
--- a/user/py3-virtualenv/APKBUILD
+++ b/user/py3-virtualenv/APKBUILD
@@ -10,7 +10,7 @@ arch="noarch"
license="MIT"
depends="python3"
makedepends="python3-dev"
-checkdepends="py3-pytest py3-setuptools"
+checkdepends="py3-pytest py3-setuptools cmd:which"
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz
test-python3.patch"
builddir="$srcdir/$_pkgname-$pkgver"