From: Michał Górny Date: Sun, 12 Jan 2020 21:39:39 +0000 (+0100) Subject: dev-python/oslo-concurrency: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=89392c7d162820bd4ff3550db583b0dfb632da8d;p=gentoo.git dev-python/oslo-concurrency: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild index 028b172de607..77d41a1f4fd2 100644 --- a/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild +++ b/dev-python/oslo-concurrency/oslo-concurrency-3.27.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild b/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild index bbc0f5b1822f..3785252b3b57 100644 --- a/dev-python/oslo-concurrency/oslo-concurrency-3.29.1.ebuild +++ b/dev-python/oslo-concurrency/oslo-concurrency-3.29.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 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1