diff --git a/dev-python/flask-security/flask-security-3.0.0.ebuild b/dev-python/flask-security/flask-security-3.0.0.ebuild index a7663bdf8ff7a..2c30e4558a56b 100644 --- a/dev-python/flask-security/flask-security-3.0.0.ebuild +++ b/dev-python/flask-security/flask-security-3.0.0.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} ) + +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1