diff options
| author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2018-08-27 15:12:27 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-08-28 08:21:29 -0400 |
| commit | 244e12531ec559c99b337c0da8163ae49a6a7085 (patch) | |
| tree | 208d769753d9b823d337f179dd28d62c0f608c54 /meta-openstack/recipes-devtools/python/python-pika_git.bb | |
| parent | dab173f71827a7c3ac2381f08c016bd38ef0665e (diff) | |
| download | meta-cloud-services-244e12531ec559c99b337c0da8163ae49a6a7085.tar.gz | |
python3-pika: add recipe
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
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 | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-pika_git.bb b/meta-openstack/recipes-devtools/python/python-pika_git.bb index 6d2e55a..9d58184 100644 --- a/meta-openstack/recipes-devtools/python/python-pika_git.bb +++ b/meta-openstack/recipes-devtools/python/python-pika_git.bb | |||
| @@ -1,15 +1,3 @@ | |||
| 1 | SUMMARY = "Pure Python RabbitMQ/AMQP 0-9-1 client library" | 1 | require python-pika.inc |
| 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 | 2 | ||
| 15 | inherit setuptools | 3 | inherit setuptools |
