diff options
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 | |||
