From: Pacho Ramos Date: Sun, 24 Jun 2018 13:36:27 +0000 (+0200) Subject: dev-python/os-service-types: Support python 3.6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=db81d8d3f143be7876a73384238d17c0092b096e;p=gentoo.git dev-python/os-service-types: Support python 3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- 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 e5409a2e0e46..4e2b9f6d145d 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."