From: Michał Górny Date: Sat, 28 Mar 2020 13:30:49 +0000 (+0100) Subject: dev-python/stestr: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5470795185549dcdcd2a45765ce1c8a9b3413593;p=gentoo.git dev-python/stestr: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/stestr/stestr-2.1.0.ebuild b/dev-python/stestr/stestr-2.1.0.ebuild index 2a44ac818bcb..ebad4a118d70 100644 --- a/dev-python/stestr/stestr-2.1.0.ebuild +++ b/dev-python/stestr/stestr-2.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="A parallel Python test runner built around subunit"