summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2017-02-13 00:15:22 -0800
committerZac Medico <zmedico@gentoo.org>2017-02-13 00:15:49 -0800
commit57662dd5b25f95a4d57581cf09d0f7adb51b3fad (patch)
tree52f17fe66a4a825af374fb703df0241b44126523 /dev-python/flask-restful
parentapp-emulation/qemu: further live ebuild fixes (diff)
downloadgentoo-57662dd5b25f95a4d57581cf09d0f7adb51b3fad.tar.gz
gentoo-57662dd5b25f95a4d57581cf09d0f7adb51b3fad.tar.bz2
gentoo-57662dd5b25f95a4d57581cf09d0f7adb51b3fad.zip
dev-python/flask-restful: PYTHON_COMPAT: add python3_6
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-python/flask-restful')
-rw-r--r--dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
index e26c77cc0293..9b8850ef0884 100644
--- a/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
+++ b/dev-python/flask-restful/flask-restful-0.3.5-r1.ebuild
@@ -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