summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 21:14:12 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 21:21:11 +0200
commite8464652b64461cf5eae715e90a842c4bd288d73 (patch)
tree1d731cd6278771e77cc63e55d5bfc01262a3242b /dev-python/python-saharaclient
parentdev-python/python-rethinkdb: Support python3.6 (diff)
downloadgentoo-e8464652b64461cf5eae715e90a842c4bd288d73.tar.gz
gentoo-e8464652b64461cf5eae715e90a842c4bd288d73.tar.bz2
gentoo-e8464652b64461cf5eae715e90a842c4bd288d73.zip
dev-python/python-saharaclient: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-saharaclient')
-rw-r--r--dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild b/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
index b09c05d53639..7cb3064d30ea 100644
--- a/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-1.5.0.ebuild
@@ -2,7 +2,7 @@
# 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