diff options
-rw-r--r-- | user/py3-pytest/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/user/py3-pytest/APKBUILD b/user/py3-pytest/APKBUILD index 498158366..a96f40e3c 100644 --- a/user/py3-pytest/APKBUILD +++ b/user/py3-pytest/APKBUILD @@ -3,14 +3,14 @@ pkgname=py3-pytest _pkgname=pytest pkgver=6.2.5 -pkgrel=0 -pkgdesc="A python test library" +pkgrel=1 +pkgdesc="Python test library" url="https://pypi.python.org/pypi/pytest" arch="noarch" options="!check" # Cyclic dependency with itself. Passes on x86_64 # Certified net clean license="MIT" -depends="python3 py3-atomicwrites py3-attrs py3-more-itertools +depends="python3 py3-atomicwrites py3-attrs py3-iniconfig py3-more-itertools py3-packaging py3-pluggy py3-py py3-six py3-wcwidth" makedepends="python3-dev" checkdepends="py3-pytest py3-hypothesis" |