DESCRIPTION = "Python client for Mistral REST API" HOMEPAGE = "https://github.com/openstack/python-mistralclient" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" DEPENDS += " \ python-pip \ python-pbr \ " RDEPENDS_${PN} +=" \ python-cliff \ python-keystoneclient \ python-osc-lib \ python-oslo.utils \ python-pbr \ python-pyyaml \ python-requests \ python-six \ " SRCNAME = "mistralclient" SRC_URI = "git://github.com/openstack/${BPN}.git;branch=stable/newton" PV = "2.1.2+git${SRCPV}" SRCREV = "1dcfc2c096a4610d63611bfd7d98687f3e5e2da4" S = "${WORKDIR}/git" inherit setuptools