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