mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/pytest: fix dependencies
This commit is contained in:
parent
ed1350d09f
commit
d3430e29a8
@ -2,7 +2,7 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user