summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-09-25 15:32:48 +0200
committerPacho Ramos <pacho@gentoo.org>2017-09-25 15:36:54 +0200
commit7b2aadb6c6cf70754b681ff1f69d882faba6ccee (patch)
tree5fc69fa28ca6164d86e2e27c7ce9144149c1b738 /dev-python/ratelimit
parentdev-python/backports-ssl-match-hostname: Support newer python (diff)
downloadgentoo-7b2aadb6c6cf70754b681ff1f69d882faba6ccee.tar.gz
gentoo-7b2aadb6c6cf70754b681ff1f69d882faba6ccee.tar.bz2
gentoo-7b2aadb6c6cf70754b681ff1f69d882faba6ccee.zip
dev-python/ratelimit: Support newer python
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-python/ratelimit')
-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 a4443b346393..3c01b8f2c100 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_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1