dev-python/flask-gravatar: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-05 14:10:37 +01:00
parent fbe27f473e
commit f7d4ec13d7
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ EAPI=6
MY_PN="Flask-Gravatar"
MY_P=${MY_PN}-${PV}
PYTHON_COMPAT=( python2_7 python3_6 )
PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="Small extension for Flask to make usage of Gravatar service easy"

View File

@@ -6,7 +6,7 @@ EAPI=6
MY_PN="Flask-Gravatar"
MY_P=${MY_PN}-${PV}
PYTHON_COMPAT=( python2_7 python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Small extension for Flask to make usage of Gravatar service easy"