diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 21:16:01 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-06-24 21:21:13 +0200 |
commit | b08a7c205a406e411745c0195599ccff7686df6e (patch) | |
tree | 1a4b0e2de55cafaf2f893537c5ba9295aa608260 /dev-python/python-senlinclient | |
parent | dev-python/python-scsi: Support python3.6 (diff) | |
download | gentoo-b08a7c205a406e411745c0195599ccff7686df6e.tar.gz gentoo-b08a7c205a406e411745c0195599ccff7686df6e.tar.bz2 gentoo-b08a7c205a406e411745c0195599ccff7686df6e.zip |
dev-python/python-senlinclient: Support python3.6
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-python/python-senlinclient')
-rw-r--r-- | dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild b/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild index 679dc8f19bc5..ce075107d563 100644 --- a/dev-python/python-senlinclient/python-senlinclient-1.2.0.ebuild +++ b/dev-python/python-senlinclient/python-senlinclient-1.2.0.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 |