DESCRIPTION = "Oslo Serialization API" HOMEPAGE = "https://launchpad.net/oslo" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRCNAME = "oslo.serialization" SRC_URI = "git://github.com/openstack/${SRCNAME}.git" PV = "1.11.0+git${SRCPV}" SRCREV = "a8626ea9f9e37bf4129096cc2295f63516fb768e" S = "${WORKDIR}/git" inherit setuptools # DEPENDS_default: python-pip DEPENDS += " \ python-pip \ python-pbr \ " # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ python-six \ python-babel \ python-iso8601 \ python-oslo.utils \ python-pytz \ python-msgpack \ "