diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:29:42 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 06:50:09 +0100 |
commit | 1ff0c6581b95717531baced806161c5925b7ffcb (patch) | |
tree | 4e02d7118fd75edda8d4cbabad845fbd646d5cd4 /dev-python | |
parent | dev-python/discogs-client: Remove py2 (diff) | |
download | gentoo-1ff0c6581b95717531baced806161c5925b7ffcb.tar.gz gentoo-1ff0c6581b95717531baced806161c5925b7ffcb.tar.bz2 gentoo-1ff0c6581b95717531baced806161c5925b7ffcb.zip |
dev-python/django-cacheops: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/django-cacheops/django-cacheops-4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |