diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-23 23:22:12 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-04-23 23:22:12 -0400 |
| commit | a9f21fcbffdafec10be610cbe01f5caf8f3ba536 (patch) | |
| tree | e1e6daba693b9775f74e0cc0ea072118f5ee2d40 /meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb | |
| parent | 4ede6d94ebddabc453495582fadc817e4497b98b (diff) | |
| download | meta-cloud-services-a9f21fcbffdafec10be610cbe01f5caf8f3ba536.tar.gz | |
oslo.messaging: Oslo Messaging API
Barbican uses the standalone oslo.messaging API, so we introduce the
pypi version.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb new file mode 100644 index 0000000..16dbe00 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_1.3.0.bb | |||
| @@ -0,0 +1,27 @@ | |||
| 1 | DESCRIPTION = "Oslo Messaging API" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.messaging" | ||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/o/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "ca7e4fe7993da5eb6b642abae1d50e3a" | ||
| 13 | SRC_URI[sha256sum] = "5abcb4c8725319e18a2d7d86f3768dfb3beb2b598cb4761879d45f509c95743c" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | # DEPENDS_default: python-pip | ||
| 20 | |||
| 21 | DEPENDS += " \ | ||
| 22 | python-pip \ | ||
| 23 | " | ||
| 24 | |||
| 25 | # RDEPENDS_default: | ||
| 26 | RDEPENDS_${PN} += " \ | ||
| 27 | " | ||
