# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 git-2 user DESCRIPTION="The Openstack authentication, authorization, and service catalog" HOMEPAGE="https://launchpad.net/keystone" EGIT_REPO_URI="https://github.com/openstack/keystone.git" EGIT_BRANCH="stable/kilo" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" IUSE="+sqlite memcached mongo mysql postgres ldap test" REQUIRED_USE="|| ( mysql postgres sqlite )" DEPEND=" dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/pbr-0.8[${PYTHON_USEDEP}] =dev-python/bashate-0.2[${PYTHON_USEDEP}] dev-lang/python[sqlite] memcached? ( >=dev-python/python-memcached-1.48[${PYTHON_USEDEP}] ) mongo? ( >=dev-python/pymongo-2.6.3[${PYTHON_USEDEP}] =dev-python/python-ldap-2.4[${PYTHON_USEDEP}] >=dev-python/ldappool-1.0[${PYTHON_USEDEP}] ) >=dev-python/coverage-3.6[${PYTHON_USEDEP}] >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}] =dev-python/lxml-2.3[${PYTHON_USEDEP}] >=dev-python/mock-1.0[${PYTHON_USEDEP}] =dev-python/oslotest-1.5.1[${PYTHON_USEDEP}] =dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] =dev-python/webtest-2.0[${PYTHON_USEDEP}] >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}] !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}] >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}] =dev-python/tempest-lib-0.4.0[${PYTHON_USEDEP}]