summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometer_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-ceilometer_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-ceilometer_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index 89f890a..88c21cc 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -211,6 +211,7 @@ RDEPENDS_${PN} += " \
211 python-ceilometerclient \ 211 python-ceilometerclient \
212 python-oslo.config \ 212 python-oslo.config \
213 python-oslo.serialization \ 213 python-oslo.serialization \
214 python-oslo.rootwrap \
214 python-tooz \ 215 python-tooz \
215 python-msgpack \ 216 python-msgpack \
216 python-pecan \ 217 python-pecan \