dev-python/google-reauth-python: Remove py2

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2020-02-05 14:53:26 +01:00
parent 497fc4d308
commit 0a48bf0718

View File

@@ -3,7 +3,7 @@
EAPI="6"
PYTHON_COMPAT=( python2_7 python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1