summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-kafka_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-kafka_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-kafka_git.bb24
1 files changed, 1 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kafka_git.bb b/meta-openstack/recipes-devtools/python/python-kafka_git.bb
index 7fbb826..8a474c8 100644
--- a/meta-openstack/recipes-devtools/python/python-kafka_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-kafka_git.bb
@@ -1,25 +1,3 @@
1SUMMARY = "Python client for Apache Kafka" 1require python-kafka.inc
2HOMEPAGE = "https://github.com/mumrah/kafka-python"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5
6PV = "0.9.4+git${SRCPV}"
7SRCREV = "4955582be1443b75c23f700268b7abbef0fde0ad"
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
16inherit setuptools 2inherit setuptools
17 3
18DEPENDS += " \
19 python-pbr \
20 "
21
22RDEPENDS_${PN} += " \
23 python-six \
24 "
25