summaryrefslogtreecommitdiff
path: root/user/py3-pytest/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/py3-pytest/APKBUILD')
-rw-r--r--user/py3-pytest/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/user/py3-pytest/APKBUILD b/user/py3-pytest/APKBUILD
index b180e039d..30a26fb30 100644
--- a/user/py3-pytest/APKBUILD
+++ b/user/py3-pytest/APKBUILD
@@ -7,11 +7,11 @@ pkgrel=0
pkgdesc="A python test library"
url="https://pypi.python.org/pypi/pytest"
arch="noarch"
+options="net !check" # Circular dependency with py3-tox. Passes on x86_64
license="MIT"
depends="python3 py3-py"
-makedepends="py3-setuptools python3-dev"
+makedepends="python3-dev"
#checkdepends="py3-tox"
-options="net !check" # Circular dependency with py3-tox. Passes on x86_64
source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
builddir="$srcdir/$_pkgname-$pkgver"