From: Michał Górny Date: Sun, 12 Jan 2020 21:17:18 +0000 (+0100) Subject: dev-python/os-testr: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a80e028001b699d6e8942c5b8aec1a7c80fd569d;p=gentoo.git dev-python/os-testr: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/os-testr/os-testr-1.0.0.ebuild b/dev-python/os-testr/os-testr-1.0.0.ebuild index df225351bf5b..67cb7710dfa8 100644 --- a/dev-python/os-testr/os-testr-1.0.0.ebuild +++ b/dev-python/os-testr/os-testr-1.0.0.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