dev-python/google-auth-httplib2: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:41:26 +0000 (16:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 5 Feb 2020 15:47:52 +0000 (16:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/google-auth-httplib2/google-auth-httplib2-0.0.2.ebuild
dev-python/google-auth-httplib2/google-auth-httplib2-0.0.3.ebuild

index e395f1623b0b4fcdc2adebede45a43b01d31eae9..8b760f60138e932ac1514b2289b9ed7092d1a49b 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 30b3605f14d65a5be5cc0991715c2bc060075928..504cfac22662276410c14ea97ea6dd9bc9810889 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1