From: Michał Górny Date: Sun, 12 Jan 2020 21:40:35 +0000 (+0100) Subject: dev-python/oslo-config: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c67df36d05570929f0df6835617b898aa2afb008;p=gentoo.git dev-python/oslo-config: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/oslo-config/oslo-config-6.11.2.ebuild b/dev-python/oslo-config/oslo-config-6.11.2.ebuild index 50fbcd8d4a9a..fa19ee9fc042 100644 --- a/dev-python/oslo-config/oslo-config-6.11.2.ebuild +++ b/dev-python/oslo-config/oslo-config-6.11.2.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-config/oslo-config-6.4.1.ebuild b/dev-python/oslo-config/oslo-config-6.4.1.ebuild index 13a7bfe3d011..24a4aa5b23fb 100644 --- a/dev-python/oslo-config/oslo-config-6.4.1.ebuild +++ b/dev-python/oslo-config/oslo-config-6.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 vcs-snapshot diff --git a/dev-python/oslo-config/oslo-config-6.8.1.ebuild b/dev-python/oslo-config/oslo-config-6.8.1.ebuild index abff88feb4df..d4c9654fc283 100644 --- a/dev-python/oslo-config/oslo-config-6.8.1.ebuild +++ b/dev-python/oslo-config/oslo-config-6.8.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