From: Michał Górny Date: Wed, 5 Feb 2020 05:29:42 +0000 (+0100) Subject: dev-python/django-cacheops: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1ff0c6581b95717531baced806161c5925b7ffcb;p=gentoo.git dev-python/django-cacheops: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/django-cacheops/django-cacheops-4.2.ebuild b/dev-python/django-cacheops/django-cacheops-4.2.ebuild index 70cd85f5d6e0..d2ceef319c8c 100644 --- a/dev-python/django-cacheops/django-cacheops-4.2.ebuild +++ b/dev-python/django-cacheops/django-cacheops-4.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django"