From 685bbb6c6198e8f625116d3bce8975836194ec70 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 6 Jul 2018 04:25:08 -0500 Subject: user/py3-*: remove setuptools from deps --- user/py3-pytest/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user/py3-pytest/APKBUILD') 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" -- cgit v1.2.3-70-g09d2