dev-python/oslo-reports: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:39:21 +0000 (19:39 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:42:56 +0000 (19:42 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/oslo-reports/oslo-reports-1.26.0.ebuild

index b3a5574f2bf86bb8affe7c3f953ba2e677e25758..d30c0f26ded22f0fd9581c67e959c3576bb08839 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