diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 21:06:40 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 21:21:01 +0200 |
commit | fffbf58cbe4ba2918a1c95b18814bff011a537ae (patch) | |
tree | c0cb29aa9286ce7c388d7c055cff405d19dca4b4 /dev-python/python-manilaclient | |
parent | dev-python/python-magnumclient: Support python3.6 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |