From: David Seifert Date: Sat, 28 Dec 2019 16:12:09 +0000 (+0100) Subject: dev-python/django-redis: Remove Py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=13df5fff1d3230d2fe7dc995667f81f75dddd45b;p=gentoo.git dev-python/django-redis: Remove Py2 Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert --- 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."