summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-kafka_git.bb
blob: 8b9458ab24e3d9e72129cc3c180267c09592fc7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
SUMMARY = "Python client for Apache Kafka"
HOMEPAGE = "https://github.com/mumrah/kafka-python"
SECTION = "devel/python"
LICENSE = "Apache-2.0"

PV = "0.9.5+git${SRCPV}"
SRCREV = "99d4a3a8b1dbae514b1c6d367908010b65fc8d0c"

SRCNAME = "kafka-python"

LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea"
SRC_URI = "git://github.com/mumrah/${SRCNAME}.git"

S = "${WORKDIR}/git"

inherit setuptools

DEPENDS += " \
	python-pbr \
	"

RDEPENDS_${PN} += " \
        python-six \
	"