dev-python/ratelimit: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 25 Sep 2017 13:32:48 +0000 (15:32 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 25 Sep 2017 13:36:54 +0000 (15:36 +0200)
Package-Manager: Portage-2.3.10, Repoman-2.3.3

dev-python/ratelimit/ratelimit-1.4.1.ebuild

index a4443b34639385637565d5629b3e48459849ab7e..3c01b8f2c100ded5f8a615132f99b667ad98f1b5 100644 (file)
@@ -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