summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-kafka.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-kafka.inc')
-rw-r--r--meta-openstack/recipes-devtools/python/python-kafka.inc23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kafka.inc b/meta-openstack/recipes-devtools/python/python-kafka.inc
new file mode 100644
index 0000000..0b360c1
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-kafka.inc
@@ -0,0 +1,23 @@
1SUMMARY = "Python client for Apache Kafka"
2HOMEPAGE = "https://github.com/mumrah/kafka-python"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5
6PV = "1.4.7+git${SRCPV}"
7SRCREV = "0552b04326c73be29f209c12920ef4cbaceb9818"
8
9SRCNAME = "kafka-python"
10
11LIC_FILES_CHKSUM = "file://LICENSE;md5=22efebb1e053dcc946f4b9d17f3cbbea"
12SRC_URI = "git://github.com/mumrah/${SRCNAME}.git"
13
14S = "${WORKDIR}/git"
15
16DEPENDS += " \
17 ${PYTHON_PN}-pbr \
18 "
19
20RDEPENDS_${PN} += " \
21 ${PYTHON_PN}-six \
22 "
23