diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 13:19:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-01 20:25:02 +0100 |
commit | 22f119d0cd8a7b00ba372250603789a6416b5e52 (patch) | |
tree | 5ac212097bba00a990a409a534c4c276e930582b /dev-python/flask-wtf | |
parent | dev-python/flask-principal: python3_7 (diff) | |
download | gentoo-22f119d0cd8a7b00ba372250603789a6416b5e52.tar.gz gentoo-22f119d0cd8a7b00ba372250603789a6416b5e52.tar.bz2 gentoo-22f119d0cd8a7b00ba372250603789a6416b5e52.zip |
dev-python/flask-wtf: python3_7
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.ebuild | 3 |
1 files changed, 2 insertions, 1 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 797f3d90dd6c..6edc3ee3c3fe 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 @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy python{2_7,3_{5,6}} ) + +PYTHON_COMPAT=( pypy python{2_7,3_{5,6,7}} ) inherit distutils-r1 |