aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-08-13 07:09:11 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-08-13 07:12:08 -0300
commit9dacc1dfd6012ff9facee314483d9a3ede47074b (patch)
treec0a342f32d7d7e035d21986d8dcfe0731318682a
parentacd63bc653f0f14b621251db54ae8f3db198d046 (diff)
main/py3-pytest: add missing dependency on py3-toml
-rw-r--r--main/py3-pytest/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py3-pytest/APKBUILD b/main/py3-pytest/APKBUILD
index 12872da9c68..e25b51e4b0b 100644
--- a/main/py3-pytest/APKBUILD
+++ b/main/py3-pytest/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pytest
pkgver=6.0.1
-pkgrel=0
+pkgrel=1
pkgdesc="Python3 testing library"
url="https://docs.pytest.org/en/latest/"
arch="noarch"
license="MIT"
depends="py3-atomicwrites py3-attrs py3-more-itertools py3-iniconfig py3-pluggy py3-py py3-six py3-wcwidth
- py3-setuptools py3-packaging"
+ py3-setuptools py3-packaging py3-toml"
source="https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz"
builddir="$srcdir/pytest-$pkgver"