dev-python/gcs-oauth2-boto-plugin: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:02:34 +0000 (15:02 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 14:05:05 +0000 (15:05 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/gcs-oauth2-boto-plugin/gcs-oauth2-boto-plugin-2.5.ebuild

index 1801721341a1e645a6b95be0b83136c063346754..d653f0df487ede43a50b0f9fb62b8fa62bbd9e89 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 
 inherit distutils-r1