commit: db81d8d3f143be7876a73384238d17c0092b096e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 13:36:27 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 14:22:05 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db81d8d3
dev-python/os-service-types: Support python 3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
dev-python/os-service-types/os-service-types-1.1.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/os-service-types/os-service-types-1.1.0.ebuild
b/dev-python/os-service-types/os-service-types-1.1.0.ebuild
index e5409a2e0e4..4e2b9f6d145 100644
--- a/dev-python/os-service-types/os-service-types-1.1.0.ebuild
+++ b/dev-python/os-service-types/os-service-types-1.1.0.ebuild
@@ -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."