From a93dce3012fdd420ba2e8762ee90de9664bb2d82 Mon Sep 17 00:00:00 2001 From: zangrc Date: Fri, 20 Dec 2019 10:00:09 +0800 Subject: python-pika: Remove the recipe Because there are higher versions in meta-openembedded, Remove the recipe. Signed-off-by: Zang Ruochen Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-pika.inc | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-pika.inc (limited to 'meta-openstack/recipes-devtools/python/python-pika.inc') diff --git a/meta-openstack/recipes-devtools/python/python-pika.inc b/meta-openstack/recipes-devtools/python/python-pika.inc deleted file mode 100644 index d33979d..0000000 --- a/meta-openstack/recipes-devtools/python/python-pika.inc +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Pure Python RabbitMQ/AMQP 0-9-1 client library" -HOMEPAGE = "https://github.com/pika/pika" -SECTION = "devel/python" - -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fb26c37045f9e0d2c5e24b711bd7f01c" - -PV = "0.10.0+git${SRCPV}" -SRCREV = "b907f91415169b7f590174ab5d228e75a1b273e6" - -SRC_URI = "git://github.com/pika/pika" - -S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf