From: Michał Górny Date: Sun, 12 Jan 2020 21:40:46 +0000 (+0100) Subject: dev-python/oslo-policy: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d44b12afa5a137ef4393329fb9105c8e09480f85;p=gentoo.git dev-python/oslo-policy: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/oslo-policy/oslo-policy-1.38.1.ebuild b/dev-python/oslo-policy/oslo-policy-1.38.1.ebuild index b0819e4f3b24..85007c3f1dfa 100644 --- a/dev-python/oslo-policy/oslo-policy-1.38.1.ebuild +++ b/dev-python/oslo-policy/oslo-policy-1.38.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/oslo-policy/oslo-policy-2.1.1.ebuild b/dev-python/oslo-policy/oslo-policy-2.1.1.ebuild index 5f4ce40598e0..c3144b2fa23a 100644 --- a/dev-python/oslo-policy/oslo-policy-2.1.1.ebuild +++ b/dev-python/oslo-policy/oslo-policy-2.1.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 diff --git a/dev-python/oslo-policy/oslo-policy-2.3.2.ebuild b/dev-python/oslo-policy/oslo-policy-2.3.2.ebuild index 5f4ce40598e0..c3144b2fa23a 100644 --- a/dev-python/oslo-policy/oslo-policy-2.3.2.ebuild +++ b/dev-python/oslo-policy/oslo-policy-2.3.2.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 diff --git a/dev-python/oslo-policy/oslo-policy-2.3.3.ebuild b/dev-python/oslo-policy/oslo-policy-2.3.3.ebuild index e5f2582807b6..099d09f598fe 100644 --- a/dev-python/oslo-policy/oslo-policy-2.3.3.ebuild +++ b/dev-python/oslo-policy/oslo-policy-2.3.3.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