diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-kafka_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-kafka_git.bb | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb index 55c9fcb..4fa5c2f 100644 --- a/meta-openstack/recipes-devtools/python/python3-kafka_git.bb +++ b/meta-openstack/recipes-devtools/python/python3-kafka_git.bb | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | require python-kafka.inc | 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 = "2.0.1+git${SRCPV}" | ||
| 7 | SRCREV = "fcc9a30c62662cee7aa2c1f69c0d06a9741e2700" | ||
| 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 | |||
| 2 | inherit setuptools3 | 16 | inherit setuptools3 |
| 3 | 17 | ||
| 18 | DEPENDS += " \ | ||
| 19 | ${PYTHON_PN}-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += " \ | ||
| 23 | ${PYTHON_PN}-six \ | ||
| 24 | ${PYTHON_PN}-logging \ | ||
| 25 | ${PYTHON_PN}-compression \ | ||
| 26 | " | ||
| 27 | |||
