summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-02-04 22:54:57 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-02-05 22:27:37 +0100
commit8bf3ce1e1b8a6b99179b428b46255ca3234ed540 (patch)
tree29cec6304e8cab22d0e880354df29ad3fc5f90d7 /dev-python/wtforms
parentdev-python/flask-babel: python3_8 (diff)
downloadgentoo-8bf3ce1e1b8a6b99179b428b46255ca3234ed540.tar.gz
gentoo-8bf3ce1e1b8a6b99179b428b46255ca3234ed540.tar.bz2
gentoo-8bf3ce1e1b8a6b99179b428b46255ca3234ed540.zip
dev-python/wtforms: python3_8
Tests passed. Package-Manager: Portage-2.3.87, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/wtforms')
-rw-r--r--dev-python/wtforms/wtforms-2.2.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/wtforms/wtforms-2.2.1.ebuild b/dev-python/wtforms/wtforms-2.2.1.ebuild
index 74ab98861301..aeb0c540d6e9 100644
--- a/dev-python/wtforms/wtforms-2.2.1.ebuild
+++ b/dev-python/wtforms/wtforms-2.2.1.ebuild
@@ -3,8 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} )
-
+PYTHON_COMPAT=( pypy3 python2_7 python3_{6,7,8} )
inherit distutils-r1
MY_PN="WTForms"