diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-02 11:42:33 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-02 11:42:33 -0500 |
| commit | 6fef060c2336d4c472c5bc8ec48bfb8a205cd6b3 (patch) | |
| tree | 334941aa845ae2e605109916f46fe644e6cfa9b0 /meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | |
| parent | 0a1e95faf0c24e89fdb257cc75fdf1176029a3e9 (diff) | |
| download | meta-cloud-services-6fef060c2336d4c472c5bc8ec48bfb8a205cd6b3.tar.gz | |
kilo: add and update dependency packages
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.context_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb new file mode 100644 index 0000000..05034f9 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "Oslo Context Library" | ||
| 2 | HOMEPAGE = "https://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.context" | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | ||
| 11 | |||
| 12 | PV = "0.1.0" | ||
| 13 | SRCREV = "205479f254e2bc90c0c142f1f75df500ae94f916" | ||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-babel \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # RDEPENDS_default: | ||
| 24 | RDEPENDS_${PN} += " \ | ||
| 25 | bash \ | ||
| 26 | " | ||
