dev-python/os-service-types: Support python 3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 13:36:27 +0000 (15:36 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:22:05 +0000 (16:22 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/os-service-types/os-service-types-1.1.0.ebuild

index e5409a2e0e46285e171078610e26cb99b9af3fd8..4e2b9f6d145dc5add2840e702ab6cefe681e08b1 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 inherit distutils-r1
 
 DESCRIPTION="A library to handle official service types for OpenStack and it's aliases."