summaryrefslogtreecommitdiff
path: root/user/py3-pytest
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2022-07-02 21:47:51 -0500
committerZach van Rijn <me@zv.io>2022-10-21 18:34:02 -0500
commit5ebc11691c50622415bd811aa546c28b504cf82f (patch)
treec735c2f73a48869df96206b1795009977017a35e /user/py3-pytest
parent5ad1be79c4ff41f2337a2e44c65729b4b95130c5 (diff)
downloadpackages-5ebc11691c50622415bd811aa546c28b504cf82f.tar.gz
packages-5ebc11691c50622415bd811aa546c28b504cf82f.tar.bz2
packages-5ebc11691c50622415bd811aa546c28b504cf82f.tar.xz
packages-5ebc11691c50622415bd811aa546c28b504cf82f.zip
user/py3-pytest: Fix dependencies
Diffstat (limited to 'user/py3-pytest')
-rw-r--r--user/py3-pytest/APKBUILD6
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"