aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2021-03-10 13:48:25 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2021-04-05 18:18:10 +0000
commit65dd5090dd7c0e74860ef107ab3b683c3b837556 (patch)
tree6a35d5b98e6fb2912da627485c007de2bc6c4024
parent006b871d81e5dfb3d5ff3561c37d9d3599853477 (diff)
community/py3-werkzeug: rebuild against python 3.9
-rw-r--r--community/py3-werkzeug/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-werkzeug/APKBUILD b/community/py3-werkzeug/APKBUILD
index 430016a6e1e..7bdbed40a43 100644
--- a/community/py3-werkzeug/APKBUILD
+++ b/community/py3-werkzeug/APKBUILD
@@ -2,7 +2,7 @@
pkgname=py3-werkzeug
_pkgname=Werkzeug
pkgver=1.0.1
-pkgrel=1
+pkgrel=2
pkgdesc="The WSGI swiss-army knife"
options="!check" # Tests fail with newer py3-packaging
url="https://werkzeug.palletsprojects.com/"