summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 14:37:29 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 14:42:23 +0100
commit4726c03dae5f3da1b432e9de2e15de080cfdcc5d (patch)
treed6d287f4a10f395ea36a556490dbe9867ccbe5c9 /dev-python/cachetools/cachetools-3.1.1.ebuild
parentdev-python/cachelib: Remove py2 (diff)
downloadgentoo-4726c03dae5f3da1b432e9de2e15de080cfdcc5d.tar.gz
gentoo-4726c03dae5f3da1b432e9de2e15de080cfdcc5d.tar.bz2
gentoo-4726c03dae5f3da1b432e9de2e15de080cfdcc5d.zip
dev-python/cachetools: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cachetools/cachetools-3.1.1.ebuild')
-rw-r--r--dev-python/cachetools/cachetools-3.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachetools/cachetools-3.1.1.ebuild b/dev-python/cachetools/cachetools-3.1.1.ebuild
index c343dc3a7942..2148006d4acb 100644
--- a/dev-python/cachetools/cachetools-3.1.1.ebuild
+++ b/dev-python/cachetools/cachetools-3.1.1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1