diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-09-19 05:20:55 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-09-21 17:34:21 -0400 |
| commit | 261526041d2daea7705589202665fbd42a64bf2e (patch) | |
| tree | d05bedf177917da1a1c116285da9a6b0f75adbb8 /meta-openstack/recipes-devtools/python/python-kafka.inc | |
| parent | ec061b0d71384842e74446df7da5de32fb1191a1 (diff) | |
| download | meta-cloud-services-261526041d2daea7705589202665fbd42a64bf2e.tar.gz | |
python3-kafka: upgrade 1.4.7 -> 2.0.1
Consolidate inc and bb files into a single bb file.
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-kafka.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-kafka.inc | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-kafka.inc b/meta-openstack/recipes-devtools/python/python-kafka.inc deleted file mode 100644 index 0b360c1..0000000 --- a/meta-openstack/recipes-devtools/python/python-kafka.inc +++ /dev/null | |||
| @@ -1,23 +0,0 @@ | |||
| 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 = "1.4.7+git${SRCPV}" | ||
| 7 | SRCREV = "0552b04326c73be29f209c12920ef4cbaceb9818" | ||
| 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 | DEPENDS += " \ | ||
| 17 | ${PYTHON_PN}-pbr \ | ||
| 18 | " | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " \ | ||
| 21 | ${PYTHON_PN}-six \ | ||
| 22 | " | ||
| 23 | |||
