diff options
Diffstat (limited to 'community/pytest')
-rw-r--r-- | community/pytest/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/pytest/APKBUILD b/community/pytest/APKBUILD index 33e8509b84..ff5f37ef28 100644 --- a/community/pytest/APKBUILD +++ b/community/pytest/APKBUILD @@ -2,13 +2,13 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=pytest pkgver=3.6.1 -pkgrel=0 +pkgrel=1 pkgdesc="A python test library" url="http://pytest.org" arch="noarch" license="MIT" depends="py3-$pkgname" -_py_depends="py-py py-six py-attrs py-more-itertools py-pluggy" +_py_depends="py-atomicwrites py-py py-six py-attrs py-more-itertools py-pluggy" _py2_depends="${_py_depends//py-/py2-} py2-setuptools py2-funcsigs" _py3_depends="${_py_depends//py-/py3-}" makedepends="python2-dev py-setuptools python3-dev $_py2_depends $_py3_depends" |