aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--main/py3-pytest/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/main/py3-pytest/APKBUILD b/main/py3-pytest/APKBUILD
index cbf04f34546..4d79c0ea845 100644
--- a/main/py3-pytest/APKBUILD
+++ b/main/py3-pytest/APKBUILD
@@ -2,13 +2,14 @@
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
pkgname=py3-pytest
pkgver=6.2.2
-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-toml"
+ py3-packaging py3-toml"
+makedepends="py3-setuptools"
source="https://files.pythonhosted.org/packages/source/p/pytest/pytest-$pkgver.tar.gz"
builddir="$srcdir/pytest-$pkgver"