diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 12:08:53 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:41 +0000 |
commit | 75dc255e7e1ef9c147333414a0d1c8dacd43838c (patch) | |
tree | b279dbe9d1f601de2a621033fc225d93f443037a /testing | |
parent | 410a7a105194d4ebcb72dc9d583a76ea0fc3ba66 (diff) | |
download | aports-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/APKBUILD | 2 |
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/" |