dev-python/python-troveclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:38:32 +0000 (11:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:11 +0000 (10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-troveclient/python-troveclient-2.17.0.ebuild
dev-python/python-troveclient/python-troveclient-2.5.0.ebuild

index 50d473d86ffc6c3a307d4df714f5364101dc85a6..da9e540e4903eccefcb76c290fc54c13d06cf7bf 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
 
index 67b0fad33cab0e25f1c351517ec08bf30da4ea10..e26f23e9d4e82566724df54e2987df95e8cba6c5 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 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1