summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:11:58 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:11:58 +0100
commita17a44252f07888f4ae78cb72cd1201ae0e0df75 (patch)
tree007fd0a4a53cb4e4485c3292a76332712b6ed340 /dev-python/django-crispy-forms
parentdev-python/django-baker: Remove Py2 (diff)
downloadgentoo-a17a44252f07888f4ae78cb72cd1201ae0e0df75.tar.gz
gentoo-a17a44252f07888f4ae78cb72cd1201ae0e0df75.tar.bz2
gentoo-a17a44252f07888f4ae78cb72cd1201ae0e0df75.zip
dev-python/django-crispy-forms: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/django-crispy-forms')
-rw-r--r--dev-python/django-crispy-forms/django-crispy-forms-1.6.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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