diff options
Diffstat (limited to 'dev-python/flask-migrate/flask-migrate-2.5.2.ebuild')
-rw-r--r-- | dev-python/flask-migrate/flask-migrate-2.5.2.ebuild | 3 |
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 |