summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-06-24 21:06:40 +0200
committerPacho Ramos <pacho@gentoo.org>2018-06-24 21:21:01 +0200
commitfffbf58cbe4ba2918a1c95b18814bff011a537ae (patch)
treec0cb29aa9286ce7c388d7c055cff405d19dca4b4 /dev-python/python-manilaclient
parentdev-python/python-magnumclient: Support python3.6 (diff)
downloadgentoo-fffbf58cbe4ba2918a1c95b18814bff011a537ae.tar.gz
gentoo-fffbf58cbe4ba2918a1c95b18814bff011a537ae.tar.bz2
gentoo-fffbf58cbe4ba2918a1c95b18814bff011a537ae.zip
dev-python/python-manilaclient: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-manilaclient')
-rw-r--r--dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild
index 103bd80f30f2..d7ed22682b91 100644
--- a/dev-python/python-manilaclient/python-manilaclient-1.21.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-1.21.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