commit: 3417c82548585c038be183564a58c2b47258454c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue May 26 09:53:02 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue May 26 10:35:38 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3417c825
dev-python/werkzeug: Port to py39
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/werkzeug/werkzeug-1.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/werkzeug/werkzeug-1.0.1.ebuild
b/dev-python/werkzeug/werkzeug-1.0.1.ebuild
index e8ca9a64eea..d44e42fa9da 100644
--- a/dev-python/werkzeug/werkzeug-1.0.1.ebuild
+++ b/dev-python/werkzeug/werkzeug-1.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7,8} pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{6,7,8,9} pypy3 )
inherit distutils-r1