summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 21:08:22 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 21:21:04 +0200
commit07a2e35aea70731a08c76bcd25ad75f48fcb82ef (patch)
treef14374dcf3e164fa93965ebb3d8f85ae0dd14b61 /dev-python/python-mistralclient
parentdev-python/python-meteor: Support python3.6 (diff)
downloadgentoo-07a2e35aea70731a08c76bcd25ad75f48fcb82ef.tar.gz
gentoo-07a2e35aea70731a08c76bcd25ad75f48fcb82ef.tar.bz2
gentoo-07a2e35aea70731a08c76bcd25ad75f48fcb82ef.zip
dev-python/python-mistralclient: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-mistralclient')
-rw-r--r--dev-python/python-mistralclient/python-mistralclient-3.1.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-mistralclient/python-mistralclient-3.1.4.ebuild b/dev-python/python-mistralclient/python-mistralclient-3.1.4.ebuild
index 601d4f3fe550..970686c5790a 100644
--- a/dev-python/python-mistralclient/python-mistralclient-3.1.4.ebuild
+++ b/dev-python/python-mistralclient/python-mistralclient-3.1.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
inherit distutils-r1