community/pytest: fix dependencies

This commit is contained in:
TBK 2018-04-05 21:27:07 +02:00 committed by Timo Teräs
parent ed1350d09f
commit d3430e29a8

View File

@ -2,7 +2,7 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=pytest pkgname=pytest
pkgver=3.5.0 pkgver=3.5.0
pkgrel=0 pkgrel=1
pkgdesc="A python test library" pkgdesc="A python test library"
url="http://pytest.org" url="http://pytest.org"
arch="noarch" arch="noarch"
@ -35,12 +35,12 @@ package() {
_py2() { _py2() {
replaces="$pkgname" replaces="$pkgname"
depends="py2-py" depends="py2-py py2-six py2-attrs py2-setuptools py2-more-itertools py2-pluggy py2-funcsigs"
_py python2 _py python2
} }
_py3() { _py3() {
depends="py3-py" depends="py3-py py3-six py3-attrs py3-more-itertools py3-pluggy"
_py python3 _py python3
} }