summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-25 21:34:48 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-25 21:53:59 +0100
commitd2c509d4f72f48179542b5af74bb459f785f1530 (patch)
treeedab0ccbf33f2e52dbf003bd867bbc6fab01bb1d /dev-python/django-cacheops
parentdev-python/django-auth-ldap: Remove Python 2 (diff)
downloadgentoo-d2c509d4f72f48179542b5af74bb459f785f1530.tar.gz
gentoo-d2c509d4f72f48179542b5af74bb459f785f1530.tar.bz2
gentoo-d2c509d4f72f48179542b5af74bb459f785f1530.zip
dev-python/django-cacheops: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cacheops')
-rw-r--r--dev-python/django-cacheops/django-cacheops-4.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/django-cacheops/django-cacheops-4.1.ebuild b/dev-python/django-cacheops/django-cacheops-4.1.ebuild
index af2b57419842..b3307f6ba059 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"