dev-python/rackspace-monitoring: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:45:23 +0000 (21:45 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 19:52:53 +0000 (21:52 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/rackspace-monitoring/rackspace-monitoring-0.8.0.ebuild

index 08341a863dabbea66706f53d08854ed704cd5d92..72e945daea3e27420c86354527d2e37d3758f4c4 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1