summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 13:19:56 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-05 22:27:37 +0100
commitffae8c3b16c70d27f1be51e20237f6eaac2eff0f (patch)
tree91c5621881e1a06f59bd14326ab8387a28c1c77b /dev-python/flask-wtf
parentdev-python/wtforms: python3_8 (diff)
downloadgentoo-ffae8c3b16c70d27f1be51e20237f6eaac2eff0f.tar.gz
gentoo-ffae8c3b16c70d27f1be51e20237f6eaac2eff0f.tar.bz2
gentoo-ffae8c3b16c70d27f1be51e20237f6eaac2eff0f.zip
dev-python/flask-wtf: python3_8
Tests passed. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/flask-wtf')
-rw-r--r--dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild b/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild
index 1d0bca5eb449..959ec5c33977 100644
--- a/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild
+++ b/dev-python/flask-wtf/flask-wtf-0.14.2-r1.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
-
+PYTHON_COMPAT=( python3_{6,7,8} )
inherit distutils-r1
MY_PN="Flask-WTF"