From: Michał Górny Date: Wed, 5 Feb 2020 19:59:14 +0000 (+0100) Subject: dev-python/pytest-describe: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7ade427052e3b645f382ceee89f633e19136b370;p=gentoo.git dev-python/pytest-describe: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-describe/pytest-describe-0.11.1.ebuild b/dev-python/pytest-describe/pytest-describe-0.11.1.ebuild index a86ba66ca203..714f8ef6e32e 100644 --- a/dev-python/pytest-describe/pytest-describe-0.11.1.ebuild +++ b/dev-python/pytest-describe/pytest-describe-0.11.1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1