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=master \ " PV = "2.3.0+git${SRCPV}" SRCREV = "62805857ea39710ba14ab9a4e6c606dc336c6b56" S = "${WORKDIR}/git" inherit setuptools DEPENDS += " \ python-pip \ python-pbr \ " RDEPENDS_${PN} += " \ python-pbr \ "