summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-24 08:47:48 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-24 09:07:05 +0200
commite3c457a7df379937ac53bab0155c735b0e238c0c (patch)
tree60a116671d6555fdd1a6458cb22235b58c813f9d /dev-python/flask-wtf/flask-wtf-0.14.3.ebuild
parentdev-python/wtforms: Bump to 2.3.1 (diff)
downloadgentoo-e3c457a7df379937ac53bab0155c735b0e238c0c.tar.gz
gentoo-e3c457a7df379937ac53bab0155c735b0e238c0c.tar.bz2
gentoo-e3c457a7df379937ac53bab0155c735b0e238c0c.zip
dev-python/flask-wtf: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/flask-wtf/flask-wtf-0.14.3.ebuild')
-rw-r--r--dev-python/flask-wtf/flask-wtf-0.14.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-wtf/flask-wtf-0.14.3.ebuild b/dev-python/flask-wtf/flask-wtf-0.14.3.ebuild
index 507179b7af31..49e218201e0f 100644
--- a/dev-python/flask-wtf/flask-wtf-0.14.3.ebuild
+++ b/dev-python/flask-wtf/flask-wtf-0.14.3.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1
MY_PN="Flask-WTF"