diff --git a/dev-python/os-client-config/os-client-config-1.21.1.ebuild b/dev-python/os-client-config/os-client-config-1.21.1.ebuild index 4825c9e985e81..64fd2a63ec702 100644 --- a/dev-python/os-client-config/os-client-config-1.21.1.ebuild +++ b/dev-python/os-client-config/os-client-config-1.21.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 diff --git a/dev-python/os-client-config/os-client-config-1.26.0.ebuild b/dev-python/os-client-config/os-client-config-1.26.0.ebuild index ae3a9d9771f8a..de61dfc0bb4e8 100644 --- a/dev-python/os-client-config/os-client-config-1.26.0.ebuild +++ b/dev-python/os-client-config/os-client-config-1.26.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{4,5}} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1