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

dev-python/python-magnumclient/python-magnumclient-2.9.0.ebuild

index 7a97092a0db472b00d13934e80e7c0cc2b30a1cc..f777189826b54b571cd1159d16b5c5802ec1436f 100644 (file)
@@ -2,7 +2,7 @@
 # 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