summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-12-28 17:15:34 +0100
committerDavid Seifert <soap@gentoo.org>2019-12-28 17:15:34 +0100
commit769d610b9c5e106920fb84e147329151a3142e3a (patch)
treede8182007c86552b8a973e3fcae8dd7c46bce7f7 /dev-python/ratelimit/ratelimit-1.4.1.ebuild
parentdev-python/pyzor: Remove Py2 (diff)
downloadgentoo-769d610b9c5e106920fb84e147329151a3142e3a.tar.gz
gentoo-769d610b9c5e106920fb84e147329151a3142e3a.tar.bz2
gentoo-769d610b9c5e106920fb84e147329151a3142e3a.zip
dev-python/ratelimit: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/ratelimit/ratelimit-1.4.1.ebuild')
-rw-r--r--dev-python/ratelimit/ratelimit-1.4.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/ratelimit/ratelimit-1.4.1.ebuild b/dev-python/ratelimit/ratelimit-1.4.1.ebuild
index b00ca5aa7deb..15e8e112f97e 100644
--- a/dev-python/ratelimit/ratelimit-1.4.1.ebuild
+++ b/dev-python/ratelimit/ratelimit-1.4.1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1