DESCRIPTION = "Higher Level Zookeeper Client" HOMEPAGE = "https://kazoo.readthedocs.org" SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" PR = "r0" SRCNAME = "kazoo" SRC_URI = "https://pypi.python.org/packages/9c/85/952b9e8e2415d4fb76e0be9e66469d7139f5c4d15d6eab263746b7aa37af/${SRCNAME}-${PV}.tar.gz" SRC_URI[md5sum] = "c1df374e42f10ff21cbf9cef00717d03" SRC_URI[sha256sum] = "a7c2d1d7ddb047c936d368e31b08a93bb327ffa46606fe85f550a37ce608c29b" S = "${WORKDIR}/${SRCNAME}-${PV}" inherit setuptools # DEPENDS_default: python-pip DEPENDS += " \ python-pip \ " # RDEPENDS_default: RDEPENDS_${PN} += " \ python-six \ "