summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-pika_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-pika_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-pika_git.bb14
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 @@
1SUMMARY = "Pure Python RabbitMQ/AMQP 0-9-1 client library" 1require python-pika.inc
2HOMEPAGE = "https://github.com/pika/pika"
3SECTION = "devel/python"
4
5LICENSE = "BSD-3-Clause"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=fb26c37045f9e0d2c5e24b711bd7f01c"
7
8PV = "0.10.0+git${SRCPV}"
9SRCREV = "b907f91415169b7f590174ab5d228e75a1b273e6"
10
11SRC_URI = "git://github.com/pika/pika"
12
13S = "${WORKDIR}/git"
14 2
15inherit setuptools 3inherit setuptools