aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-16 07:34:13 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:16 +0000
commit73767b1062c730a56f7c4217cbe3049962541612 (patch)
tree64db9f09d1caf09583798a8199639d002c73cc4d /community
parent8382598a1972d8387b9b115bb6da5a368363aef4 (diff)
community/py3-pytest-localserver: rebuild against python 3.9
Diffstat (limited to 'community')
-rw-r--r--community/py3-pytest-localserver/APKBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/community/py3-pytest-localserver/APKBUILD b/community/py3-pytest-localserver/APKBUILD
index 8c6d2f81b59..3bcca9918b3 100644
--- a/community/py3-pytest-localserver/APKBUILD
+++ b/community/py3-pytest-localserver/APKBUILD
@@ -3,12 +3,13 @@
pkgname=py3-pytest-localserver
_pyname=pytest-localserver
pkgver=0.5.0
-pkgrel=2
+pkgrel=3
pkgdesc="a pytest plugin to test server connections locally"
url="http://bitbucket.org/pytest-dev/pytest-localserver/"
arch="noarch"
license="MIT"
depends="python3"
+makedepends="py3-setuptools"
checkdepends="py3-pytest py3-six py3-requests py3-werkzeug"
source="https://files.pythonhosted.org/packages/source/p/${_pyname}/${_pyname}-${pkgver}.tar.gz"
builddir="${srcdir}/${_pyname}-${pkgver}"