From: Michał Górny Date: Sun, 12 Jan 2020 21:40:38 +0000 (+0100) Subject: dev-python/oslo-context: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=df716181ff21a1d48ece305cef01048b02fc1c8c;p=gentoo.git dev-python/oslo-context: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/oslo-context/oslo-context-2.21.0.ebuild b/dev-python/oslo-context/oslo-context-2.21.0.ebuild index 4972380fe4bc..19dcc5f416c1 100644 --- a/dev-python/oslo-context/oslo-context-2.21.0.ebuild +++ b/dev-python/oslo-context/oslo-context-2.21.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/oslo-context/oslo-context-2.22.1.ebuild b/dev-python/oslo-context/oslo-context-2.22.1.ebuild index e947ddebb791..945f4d2d90c1 100644 --- a/dev-python/oslo-context/oslo-context-2.22.1.ebuild +++ b/dev-python/oslo-context/oslo-context-2.22.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1