From: Michał Górny Date: Sun, 12 Jan 2020 10:36:57 +0000 (+0100) Subject: dev-python/oslo-sphinx: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=240f28da97667645f9264f79de3be424a63f29c1;p=gentoo.git dev-python/oslo-sphinx: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild index 4daa0f2f4985..2fa552f47457 100644 --- a/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild +++ b/dev-python/oslo-sphinx/oslo-sphinx-4.18.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1