summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 13:15:59 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-01 20:24:59 +0100
commit970292ac64116bc6a048a6843d7115fafd3d901e (patch)
tree1b1eeee88912f356ef1b4bab3fe61b001f6aad7c /dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
parentdev-python/flask-login: python3_7 (diff)
downloadgentoo-970292ac64116bc6a048a6843d7115fafd3d901e.tar.gz
gentoo-970292ac64116bc6a048a6843d7115fafd3d901e.tar.bz2
gentoo-970292ac64116bc6a048a6843d7115fafd3d901e.zip
dev-python/flask-mail: 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-mail/flask-mail-0.9.1-r1.ebuild')
-rw-r--r--dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild b/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
index 549a4debc7b7..9797077fbe71 100644
--- a/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
+++ b/dev-python/flask-mail/flask-mail-0.9.1-r1.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy )
inherit distutils-r1