From: Michał Górny Date: Wed, 5 Feb 2020 20:00:56 +0000 (+0100) Subject: dev-python/pytest-django: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=746dc0fb8a5204e249b9085a89c15bbcf8e6f377;p=gentoo.git dev-python/pytest-django: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pytest-django/pytest-django-3.4.4.ebuild b/dev-python/pytest-django/pytest-django-3.4.4.ebuild index c9e5b83c92c1..004f497cb80c 100644 --- a/dev-python/pytest-django/pytest-django-3.4.4.ebuild +++ b/dev-python/pytest-django/pytest-django-3.4.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} pypy3 ) +PYTHON_COMPAT=( python{3_6,3_7} pypy3 ) inherit distutils-r1