diff options
| author | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:07 +0100 |
|---|---|---|
| committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:07 +0100 |
| commit | 2330f4765accfcbc9ebbe436df17817b36a239bb (patch) | |
| tree | d9ff0827cf9f20a30b9a5f00a41ed5a24910e748 /dev-python/django-recaptcha | |
| parent | faa450f13e3be7533d5aa20db6d0ba03cc61d754 (diff) | |
| download | gentoo-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.ebuild | 2 |
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" |
