diff --git a/community/py3-pytest-subtests/APKBUILD b/community/py3-pytest-subtests/APKBUILD index d5f15cf4e3c5713af66123b16b05ef472ac62390..bda4591532a67b961435a474df1bd823d69e710b 100644 --- a/community/py3-pytest-subtests/APKBUILD +++ b/community/py3-pytest-subtests/APKBUILD @@ -2,14 +2,15 @@ # Maintainer: Jacek Pruciak <alpine@juniorjpdj.pl> pkgname=py3-pytest-subtests pkgver=0.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="pytest plugin for subTest() support and subtests fixture" url="https://github.com/pytest-dev/pytest-subtests/" arch="noarch" license="MIT" -depends="python3 py3-pytest" +depends="python3 py3-attrs py3-pytest" makedepends="py3-setuptools py3-setuptools_scm" checkdepends="py3-pytest-xdist" +subpackages="$pkgname-pyc" source="https://files.pythonhosted.org/packages/source/p/pytest-subtests/pytest-subtests-$pkgver.tar.gz" builddir="$srcdir/pytest-subtests-$pkgver"