summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-30 13:18:15 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-01 20:25:01 +0100
commit7fc1fc4c91b0ae6e438bd8bb39fd171f0c67422f (patch)
treea0f8c5929ad0751890a653afbc26feb20a909299 /dev-python/flask-migrate
parentdev-python/flask-script: python3_7 (diff)
downloadgentoo-7fc1fc4c91b0ae6e438bd8bb39fd171f0c67422f.tar.gz
gentoo-7fc1fc4c91b0ae6e438bd8bb39fd171f0c67422f.tar.bz2
gentoo-7fc1fc4c91b0ae6e438bd8bb39fd171f0c67422f.zip
dev-python/flask-migrate: 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-migrate')
-rw-r--r--dev-python/flask-migrate/flask-migrate-2.5.2.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild b/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild
index bac8dc38e023..882506c019e8 100644
--- a/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild
+++ b/dev-python/flask-migrate/flask-migrate-2.5.2.ebuild
@@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1