From: Michał Górny Date: Sun, 12 Jan 2020 10:36:50 +0000 (+0100) Subject: dev-python/oslo-log: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=38676b3f4002af07d61a9965de3a8eeead9b5605;p=gentoo.git dev-python/oslo-log: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/oslo-log/oslo-log-3.39.2.ebuild b/dev-python/oslo-log/oslo-log-3.39.2.ebuild index 534bfc158175..cd4257453ff1 100644 --- a/dev-python/oslo-log/oslo-log-3.39.2.ebuild +++ b/dev-python/oslo-log/oslo-log-3.39.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/oslo-log/oslo-log-3.42.3.ebuild b/dev-python/oslo-log/oslo-log-3.42.3.ebuild index 304d63a680dd..0c7f4abec334 100644 --- a/dev-python/oslo-log/oslo-log-3.42.3.ebuild +++ b/dev-python/oslo-log/oslo-log-3.42.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 diff --git a/dev-python/oslo-log/oslo-log-3.44.1.ebuild b/dev-python/oslo-log/oslo-log-3.44.1.ebuild index 92eccf7a7e81..9071f914d928 100644 --- a/dev-python/oslo-log/oslo-log-3.44.1.ebuild +++ b/dev-python/oslo-log/oslo-log-3.44.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1