dev-python/oslo-cache: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:39:23 +0000 (22:39 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:38 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oslo-cache/oslo-cache-1.33.2-r1.ebuild
dev-python/oslo-cache/oslo-cache-1.33.3.ebuild

index 27867bf9364ae0c724cf333ae3c9d88629ae98aa..dd18f35cf90117eda24a6ecece2ebff0191619eb 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index d54f933b2a710256aec3405a7540668be6558563..e0d9e2955bfe96a5ce9d4da99393a87b82059daf 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7}} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1