dev-python/tooz: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:12:20 +0000 (20:12 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 18:12:20 +0000 (20:12 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/tooz/tooz-1.60.1.ebuild

index 053a5c90890162884966b5a51df7ce069047a435..3275d7b61774d34630a2d932d3d9e6d6dc6f1f1a 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1