From 5ebc11691c50622415bd811aa546c28b504cf82f Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 2 Jul 2022 21:47:51 -0500 Subject: user/py3-pytest: Fix dependencies --- user/py3-pytest/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'user/py3-pytest/APKBUILD') 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" -- cgit v1.2.3-60-g2f50