From d3430e29a838c816bf7606134a550374bff4eca2 Mon Sep 17 00:00:00 2001 From: TBK Date: Thu, 5 Apr 2018 21:27:07 +0200 Subject: community/pytest: fix dependencies --- community/pytest/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/pytest') diff --git a/community/pytest/APKBUILD b/community/pytest/APKBUILD index 36945c04e8..ae7b62f87a 100644 --- a/community/pytest/APKBUILD +++ b/community/pytest/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Fabian Affolter pkgname=pytest pkgver=3.5.0 -pkgrel=0 +pkgrel=1 pkgdesc="A python test library" url="http://pytest.org" arch="noarch" @@ -35,12 +35,12 @@ package() { _py2() { replaces="$pkgname" - depends="py2-py" + depends="py2-py py2-six py2-attrs py2-setuptools py2-more-itertools py2-pluggy py2-funcsigs" _py python2 } _py3() { - depends="py3-py" + depends="py3-py py3-six py3-attrs py3-more-itertools py3-pluggy" _py python3 } -- cgit v1.2.3