summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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 "