dev-python/python-heatclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:37:52 +0000 (11:37 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:58 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-heatclient/python-heatclient-1.16.2.ebuild
dev-python/python-heatclient/python-heatclient-1.17.0.ebuild

index 50d2c7e97fbbe1b53a88f3b3a4987e3421a72116..7ba108e5753412879498fd521ec2d4c47c64fd4c 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
 
index 0263f5c365578b18fd9592260dbf6d11e4997521..beae3589a2be112e2319953f2e361dbf76513a03 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