summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinder_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-10-21 09:24:10 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-10-21 09:24:10 -0400
commit9a1a68263712299d6a20942a9446fe0c9432821f (patch)
treed94348f14b5793d67e02ef1606c428bcd66288af /meta-openstack/recipes-devtools/python/python-cinder_git.bb
parentf54a303020a35a6dc0219c7b0a140e31585c938d (diff)
downloadmeta-cloud-services-9a1a68263712299d6a20942a9446fe0c9432821f.tar.gz
nova/cinder/ceilometer: adding missing oslo dependencies
oslo rootwrap was missing from the DEPENDS of these core projects. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinder_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinder_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinder_git.bb b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
index acb841a..0f20bc8 100644
--- a/meta-openstack/recipes-devtools/python/python-cinder_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinder_git.bb
@@ -214,8 +214,10 @@ RDEPENDS_${PN} += "lvm2 \
214 python-swiftclient \ 214 python-swiftclient \
215 python-cinderclient \ 215 python-cinderclient \
216 python-oslo.config \ 216 python-oslo.config \
217 python-oslo.rootwrap \
217 python-pbr \ 218 python-pbr \
218 python-taskflow \ 219 python-taskflow \
220 python-rtslib-fb \
219 " 221 "
220 222
221RDEPENDS_${SRCNAME} = "${PN} \ 223RDEPENDS_${SRCNAME} = "${PN} \