dev-python/python-heatclient: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:01:12 +0000 (21:01 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:20:58 +0000 (21:20 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/python-heatclient/python-heatclient-1.11.1.ebuild

index fda6e1051e2b48fc7f2cafd519dc8fe111e168b9..352a9a2da9b8e7b2d95e872b5c59b9d994a7525c 100644 (file)
@@ -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