diff --git a/dev-python/django-cacheops/django-cacheops-4.1.ebuild b/dev-python/django-cacheops/django-cacheops-4.1.ebuild index af2b574198420..b3307f6ba0594 100644 --- a/dev-python/django-cacheops/django-cacheops-4.1.ebuild +++ b/dev-python/django-cacheops/django-cacheops-4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="ORM cache with automatic granular event-driven invalidation for Django"