aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2019-11-05 12:08:53 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2019-11-05 15:35:41 +0000
commit75dc255e7e1ef9c147333414a0d1c8dacd43838c (patch)
treeb279dbe9d1f601de2a621033fc225d93f443037a /testing
parent410a7a105194d4ebcb72dc9d583a76ea0fc3ba66 (diff)
downloadaports-75dc255e7e1ef9c147333414a0d1c8dacd43838c.tar.bz2
aports-75dc255e7e1ef9c147333414a0d1c8dacd43838c.tar.xz
testing/py3-webtest: rebuild against python 3.8
Diffstat (limited to 'testing')
-rw-r--r--testing/py3-webtest/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-webtest/APKBUILD b/testing/py3-webtest/APKBUILD
index 4377deccd5..113ac41fe9 100644
--- a/testing/py3-webtest/APKBUILD
+++ b/testing/py3-webtest/APKBUILD
@@ -3,7 +3,7 @@
pkgname=py3-webtest
_pkgname=WebTest
pkgver=2.0.33
-pkgrel=0
+pkgrel=1
pkgdesc="A Helper to test WSGI applications"
options="!check" # Requires unpackaged dependencies
url="http://webtest.pythonpaste.org/"