diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-26 15:25:19 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-08-26 15:25:19 -0400 |
| commit | d99b51efca0596331328758eb019736d9b1270a6 (patch) | |
| tree | 68d2e298fda2dcaa9ac3abd56e871e68e815f3f5 /meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |
| parent | 2d4fa14e545084acd35cbe19e32807ff96d93859 (diff) | |
| download | meta-cloud-services-d99b51efca0596331328758eb019736d9b1270a6.tar.gz | |
oslo.messaging: update to 1.4.0.0a4
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb new file mode 100644 index 0000000..b2b8ed5 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 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 = "git://github.com/openstack/${SRCNAME}.git" | ||
| 11 | |||
| 12 | PV = "1.4.0.0a4" | ||
| 13 | SRCREV = "5be1b6a6a93e2be1fd6adef109a016f49ed98b0a" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | " | ||
