DESCRIPTION = "Middleware for OpenStack Identity API" HOMEPAGE = "https://launchpad.net/keystonemiddleware" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=4a4d0e932ffae1c0131528d30d419c55" SRCNAME = "keystonemiddleware" SRC_URI = "\ git://git.openstack.org/openstack/keystonemiddleware;branch=stable/kilo \ " PV="1.5.2+git${SRCPV}" SRCREV="fd12825acb92db08aea588522f9a91d7091f3a32" S = "${WORKDIR}/git" inherit setuptools DEPENDS += " \ python-pip \ python-pbr \ " RDEPENDS_${PN} += " \ python-pbr \ "