summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 21:01:12 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 21:20:58 +0200
commit1e9e659fb2328706d3275b16e9a0c3738d3da469 (patch)
tree494f79b3f7a6993302416b7311ff41d0e65d3786 /dev-python/python-heatclient
parentdev-python/python-gnupg: Support python3.6 (diff)
downloadgentoo-1e9e659fb2328706d3275b16e9a0c3738d3da469.tar.gz
gentoo-1e9e659fb2328706d3275b16e9a0c3738d3da469.tar.bz2
gentoo-1e9e659fb2328706d3275b16e9a0c3738d3da469.zip
dev-python/python-heatclient: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-heatclient')
-rw-r--r--dev-python/python-heatclient/python-heatclient-1.11.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild b/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
index fda6e1051e2b..352a9a2da9b8 100644
--- a/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
+++ b/dev-python/python-heatclient/python-heatclient-1.11.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1