# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="OpenStack Client Configuation Library" HOMEPAGE="http://www.openstack.org/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 ~arm64 x86" IUSE="doc test" CDEPEND="dev-python/pbr[${PYTHON_USEDEP}]" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] ${CDEPEND} test? ( dev-python/extras[${PYTHON_USEDEP}] >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] >=dev-python/jsonschema-2.0.0[${PYTHON_USEDEP}] !~dev-python/jsonschema-2.5.0[${PYTHON_USEDEP}] =dev-python/mock-1.2[${PYTHON_USEDEP}] >=dev-python/python-glanceclient-0.18.0[${PYTHON_USEDEP}] >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}] >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}] >=dev-python/reno-0.1.1[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}] !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}] ) doc? ( >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}]