summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:16 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commita549d114bfca45bd8bfc61425ffe3cd8384d9d66 (patch)
treea2336a293fa15d5ee4ba20eac38e09d10cb42410 /meta-openstack
parent43d1055d140ff81804487438763f74d22f7a5ed2 (diff)
downloadmeta-cloud-services-a549d114bfca45bd8bfc61425ffe3cd8384d9d66.tar.gz
python-oslo.context: upgrade to 0.2.0 (kilo)
Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.context_git.bb9
1 files changed, 4 insertions, 5 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
index d48abe5..2b5d5d7 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.context_git.bb
@@ -4,13 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PR = "r0"
8
9SRCNAME = "oslo.context" 7SRCNAME = "oslo.context"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/kilo"
11 9
12PV = "0.1.0" 10PV = "0.2.0"
13SRCREV = "205479f254e2bc90c0c142f1f75df500ae94f916" 11SRCREV = "6dde0a3ee69c44a0fd836fdd520f6efb1cb34229"
14S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
15 13
16inherit setuptools 14inherit setuptools
@@ -23,6 +21,7 @@ DEPENDS += " \
23 21
24# RDEPENDS_default: 22# RDEPENDS_default:
25RDEPENDS_${PN} += " \ 23RDEPENDS_${PN} += " \
24 python-babel \
26 python-pbr \ 25 python-pbr \
27 bash \ 26 bash \
28 " 27 "