summaryrefslogtreecommitdiff
path: root/user/py3-pytest
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-06 04:25:08 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-06 04:25:08 -0500
commit685bbb6c6198e8f625116d3bce8975836194ec70 (patch)
tree7a56c76a5457cac012d35470a05dd6a90fa7534d /user/py3-pytest
parent90c090f854ea2c94f9cba31567d8829fa7b40ac5 (diff)
downloadpackages-685bbb6c6198e8f625116d3bce8975836194ec70.tar.gz
packages-685bbb6c6198e8f625116d3bce8975836194ec70.tar.bz2
packages-685bbb6c6198e8f625116d3bce8975836194ec70.tar.xz
packages-685bbb6c6198e8f625116d3bce8975836194ec70.zip
user/py3-*: remove setuptools from deps
Diffstat (limited to 'user/py3-pytest')
-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"