# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python2_7 python3_4 ) inherit distutils-r1 eutils linux-info multilib user DESCRIPTION="Cloud computing fabric controller (main part of an IaaS system) in Python" HOMEPAGE="https://launchpad.net/nova" SRC_URI="https://dev.gentoo.org/~prometheanfire/dist/openstack/nova/ocata/nova.conf.sample -> nova.conf.sample-${PV} https://tarballs.openstack.org/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~arm64 ~x86" IUSE="+compute compute-only iscsi +memcached mysql +novncproxy openvswitch postgres +rabbitmq sqlite" REQUIRED_USE=" !compute-only? ( || ( mysql postgres sqlite ) ) compute-only? ( compute !rabbitmq !memcached !mysql !postgres !sqlite )" CDEPEND=" >=dev-python/setuptools-16.0[${PYTHON_USEDEP}] !~dev-python/setuptools-24.0.0[${PYTHON_USEDEP}] !~dev-python/setuptools-34.0.0[${PYTHON_USEDEP}] !~dev-python/setuptools-34.0.1[${PYTHON_USEDEP}] !~dev-python/setuptools-34.0.2[${PYTHON_USEDEP}] !~dev-python/setuptools-34.0.3[${PYTHON_USEDEP}] !~dev-python/setuptools-34.1.0[${PYTHON_USEDEP}] !~dev-python/setuptools-34.1.1[${PYTHON_USEDEP}] !~dev-python/setuptools-34.2.0[${PYTHON_USEDEP}] !~dev-python/setuptools-34.3.0[${PYTHON_USEDEP}] !~dev-python/setuptools-34.3.1[${PYTHON_USEDEP}] !~dev-python/setuptools-34.3.2[${PYTHON_USEDEP}] >=dev-python/pbr-1.8[${PYTHON_USEDEP}]