diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2019-12-20 10:00:09 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-12-23 13:13:28 -0500 |
| commit | a93dce3012fdd420ba2e8762ee90de9664bb2d82 (patch) | |
| tree | 14b2692918b1cfa064f08d5d22d60da27a4aa983 /meta-openstack/recipes-devtools/python | |
| parent | 06359ef0535a973dbedd98e5e632bb52e5b459b5 (diff) | |
| download | meta-cloud-services-a93dce3012fdd420ba2e8762ee90de9664bb2d82.tar.gz | |
python-pika: Remove the recipe
Because there are higher versions in meta-openembedded, Remove the recipe.
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')
3 files changed, 0 insertions, 19 deletions
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 @@ | |||
| 1 | SUMMARY = "Pure Python RabbitMQ/AMQP 0-9-1 client library" | ||
| 2 | HOMEPAGE = "https://github.com/pika/pika" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "BSD-3-Clause" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=fb26c37045f9e0d2c5e24b711bd7f01c" | ||
| 7 | |||
| 8 | PV = "0.10.0+git${SRCPV}" | ||
| 9 | SRCREV = "b907f91415169b7f590174ab5d228e75a1b273e6" | ||
| 10 | |||
| 11 | SRC_URI = "git://github.com/pika/pika" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/git" | ||
diff --git a/meta-openstack/recipes-devtools/python/python-pika_git.bb b/meta-openstack/recipes-devtools/python/python-pika_git.bb deleted file mode 100644 index 9d58184..0000000 --- a/meta-openstack/recipes-devtools/python/python-pika_git.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | require python-pika.inc | ||
| 2 | |||
| 3 | inherit setuptools | ||
diff --git a/meta-openstack/recipes-devtools/python/python3-pika_git.bb b/meta-openstack/recipes-devtools/python/python3-pika_git.bb deleted file mode 100644 index 93f50b4..0000000 --- a/meta-openstack/recipes-devtools/python/python3-pika_git.bb +++ /dev/null | |||
| @@ -1,3 +0,0 @@ | |||
| 1 | require python-pika.inc | ||
| 2 | |||
| 3 | inherit setuptools3 | ||
