summaryrefslogtreecommitdiff
path: root/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-12 11:37:52 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 10:41:58 +0100
commit0c18b13e8627aaea188237239eca3d52363aa1da (patch)
treebff39b13e318091974b6e3d36f30f0082ce9f114 /dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
parent8c3af2a848b8e2ade51388e8c525d1c9aa6c3a93 (diff)
downloadgentoo-0c18b13e8627aaea188237239eca3d52363aa1da.tar.gz
gentoo-0c18b13e8627aaea188237239eca3d52363aa1da.tar.bz2
gentoo-0c18b13e8627aaea188237239eca3d52363aa1da.zip
dev-python/python-heatclient: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/python-heatclient/python-heatclient-1.17.0.ebuild')
-rw-r--r--dev-python/python-heatclient/python-heatclient-1.17.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
index 0263f5c365578..beae3589a2be1 100644
--- a/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
+++ b/dev-python/python-heatclient/python-heatclient-1.17.0.ebuild
@@ -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