dev-python/flask-restful: PYTHON_COMPAT: add python3_6
authorZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 08:15:22 +0000 (00:15 -0800)
committerZac Medico <zmedico@gentoo.org>
Mon, 13 Feb 2017 08:15:49 +0000 (00:15 -0800)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild

index e26c77cc0293b94baf892b76982dadff33d0c292..9b8850ef0884ea785bf4f62ba97797fc87e5532a 100644 (file)
@@ -3,7 +3,7 @@
 # $Id$
 
 EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1