summaryrefslogtreecommitdiff
path: root/dev-python/django-recaptcha
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:12:07 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:12:07 +0100
commit2330f4765accfcbc9ebbe436df17817b36a239bb (patch)
treed9ff0827cf9f20a30b9a5f00a41ed5a24910e748 /dev-python/django-recaptcha
parentfaa450f13e3be7533d5aa20db6d0ba03cc61d754 (diff)
downloadgentoo-2330f4765accfcbc9ebbe436df17817b36a239bb.tar.gz
gentoo-2330f4765accfcbc9ebbe436df17817b36a239bb.tar.bz2
gentoo-2330f4765accfcbc9ebbe436df17817b36a239bb.zip
dev-python/django-recaptcha: 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-recaptcha')
-rw-r--r--dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild b/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
index 7f4c92aa7875..942c0e4e5c9e 100644
--- a/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
+++ b/dev-python/django-recaptcha/django-recaptcha-1.0.5.ebuild
@@ -3,7 +3,7 @@
EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_5,3_6} pypy )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1
DESCRIPTION="Django recaptcha form field/widget app"