summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:12:09 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:12:09 +0100
commit13df5fff1d3230d2fe7dc995667f81f75dddd45b (patch)
tree44a5b32e43f43e30bdbb16c9de080cf013c3c1d7 /dev-python/django-redis
parentdev-python/django-recaptcha: Remove Py2 (diff)
downloadgentoo-13df5fff1d3230d2fe7dc995667f81f75dddd45b.tar.gz
gentoo-13df5fff1d3230d2fe7dc995667f81f75dddd45b.tar.bz2
gentoo-13df5fff1d3230d2fe7dc995667f81f75dddd45b.zip
dev-python/django-redis: 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-redis')
-rw-r--r--dev-python/django-redis/django-redis-4.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-redis/django-redis-4.10.0.ebuild b/dev-python/django-redis/django-redis-4.10.0.ebuild
index 982a5193340e..6e4c252662ed 100644
--- a/dev-python/django-redis/django-redis-4.10.0.ebuild
+++ b/dev-python/django-redis/django-redis-4.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
DESCRIPTION="Full featured redis cache backend for Django."