dev-python/os-client-config: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 21:16:59 +0000 (22:16 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:11 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/os-client-config/os-client-config-1.29.0.ebuild
dev-python/os-client-config/os-client-config-1.32.0.ebuild

index 5552492d57011e75d0cb7ab5ae8b21661d80d583..ca0391ec0126038663f60104472bb2e84b61435b 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 
index 3f00624ec05b0a55517dd6ce89590cea02d56d7c..1389f4c7fdf745d4034fa79a6fd9ae39ddee1bd3 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1