From: David Seifert Date: Sat, 28 Dec 2019 16:11:58 +0000 (+0100) Subject: dev-python/django-crispy-forms: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a17a44252f07888f4ae78cb72cd1201ae0e0df75;p=gentoo.git dev-python/django-crispy-forms: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- diff --git a/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild index 7f6eb860279e..c5b128134a54 100644 --- a/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild +++ b/dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{5,6} pypy ) +PYTHON_COMPAT=( python3_{5,6} ) inherit distutils-r1