dev-python/aodhclient: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:29:56 +0000 (22:29 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 20:51:33 +0000 (22:51 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/aodhclient/aodhclient-1.0.0.ebuild

index d0b717aeabeefa89b1445c0f74b4d037e809e60f..cb62f6b12989153e09f40280414fad9ea4a0f009 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