DESCRIPTION = "Coordination library for distributed systems." HOMEPAGE = "https://pypi.python.org/pypi/tooz" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" SRCNAME = "tooz" SRC_URI = "https://pypi.python.org/packages/20/1d/1789411802f57ce9e1c7900097f17633109fb65b2b89fa7f6fbae17eeb72/${SRCNAME}-${PV}.tar.gz" SRC_URI[md5sum] = "59efc88dafcee29d373864272b89f0f8" SRC_URI[sha256sum] = "98d15936e8f3022d1a1f026d1a26e87acc506883b79d6c30bc89da2bc8c27b91" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools # DEPENDS_default: python-pip DEPENDS += " \ python-pip \ python-pbr \ " # RDEPENDS_default: RDEPENDS_${PN} += " \ python-babel \ python-enum34 \ python-fasteners \ python-futures \ python-futurist \ python-iso8601 \ python-kazoo \ python-memcache \ python-msgpack \ python-oslo.serialization \ python-oslo.utils \ python-pbr \ python-retrying \ python-six \ python-stevedore \ python-sysv-ipc \ python-voluptuous \ python-zake \ "