diff options
| author | Ioan-Adrian Ratiu <adrian.ratiu@ni.com> | 2016-12-20 19:31:51 +0200 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-12-21 12:19:30 -0500 |
| commit | eb1fc5e214681f2aeee31478fbd2469144d0f3ff (patch) | |
| tree | 54521faac638dc36639b77bbe5a2d8baa1bbac7d /meta-openstack/recipes-devtools/python/python-pika_git.bb | |
| parent | aac8e1fe714cfa5bdecb520ff96bae381b7426b1 (diff) | |
| download | meta-cloud-services-eb1fc5e214681f2aeee31478fbd2469144d0f3ff.tar.gz | |
meta-openstack: add python-pika git based recipe
This package provides a RabbitMQ/AMQP python client library.
Signed-off-by: Ioan-Adrian Ratiu <adrian.ratiu@ni.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pika_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-pika_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pika_git.bb b/meta-openstack/recipes-devtools/python/python-pika_git.bb new file mode 100644 index 0000000..6d2e55a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-pika_git.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 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" | ||
| 14 | |||
| 15 | inherit setuptools | ||
