DESCRIPTION = "Generic Key Manager interface for OpenStack" HOMEPAGE = "https://github.com/openstack/castellan" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "castellan" SRC_URI = "\ git://git.openstack.org/openstack/${SRCNAME}.git;branch=master \ " PV="0.4.0+git${SRCPV}" SRCREV="abf5584dd0f83a5e70f8c6417f5d5e7e13f8d848" S = "${WORKDIR}/git" inherit setuptools DEPENDS += " \ python-pip \ python-pbr \ " RDEPENDS_${PN} += " \ python-pbr \ python-babel \ python-cryptography \ python-oslo.config \ python-oslo.context \ python-oslo.log \ python-oslo.policy \ python-oslo.serialization \ python-oslo.utils \ "