aboutsummaryrefslogtreecommitdiffstats
path: root/community/pytest-xdist
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-25 23:06:10 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-28 18:42:45 +0000
commitce4e9eead4af510829c3251536a7012d0fc44edb (patch)
tree5f06d4b02d0050aa962c20263d4267514df1c9eb /community/pytest-xdist
parent4fb1e1978d6626a9b692b2879ab83dbbbb74266c (diff)
downloadaports-ce4e9eead4af510829c3251536a7012d0fc44edb.tar.bz2
aports-ce4e9eead4af510829c3251536a7012d0fc44edb.tar.xz
community/pytest-xdist: remove overspecified dependency 'pytest'
Closes GH-8143
Diffstat (limited to 'community/pytest-xdist')
-rw-r--r--community/pytest-xdist/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pytest-xdist/APKBUILD b/community/pytest-xdist/APKBUILD
index e91f13a6cb..9bb11e0d3d 100644
--- a/community/pytest-xdist/APKBUILD
+++ b/community/pytest-xdist/APKBUILD
@@ -8,8 +8,8 @@ url="https://github.com/pytest-dev/pytest-xdist"
arch="noarch"
license="MIT"
depends="py-execnet pytest pytest-forked py-six"
-checkdepends="pytest py-filelock py-py"
-makedepends="python2-dev python3-dev py-setuptools py-setuptools_scm"
+checkdepends="py-filelock py-py"
+makedepends="py-setuptools py3-setuptools py-setuptools_scm"
subpackages="py3-$pkgname:_py3 py2-$pkgname:_py2"
source="https://files.pythonhosted.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz"