diff options
Diffstat (limited to 'user/py3-virtualenv')
-rw-r--r-- | user/py3-virtualenv/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/py3-virtualenv/APKBUILD b/user/py3-virtualenv/APKBUILD index 89f7a69b8..3b699448c 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 cmd:which" +checkdepends="py3-pytest 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" |