dev-python/oslo-context: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 12:14:29 +0000 (14:14 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 12:20:07 +0000 (14:20 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/oslo-context/oslo-context-2.20.0.ebuild

index 0f7316ab62a907e671ed955086f3784af8828e33..5e4b1fba43382041527b91e9575daad38d1d4029 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
 
 inherit distutils-r1