From: Michał Górny Date: Wed, 5 Feb 2020 13:53:26 +0000 (+0100) Subject: dev-python/google-reauth-python: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0a48bf07184fd8df6f4692a82e76dffde5992903;p=gentoo.git dev-python/google-reauth-python: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild b/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild index df26df207def..e3130158a0dd 100644 --- a/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild +++ b/dev-python/google-reauth-python/google-reauth-python-0.1.0.ebuild @@ -3,7 +3,7 @@ EAPI="6" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1