From 9a1a68263712299d6a20942a9446fe0c9432821f Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Tue, 21 Oct 2014 09:24:10 -0400 Subject: nova/cinder/ceilometer: adding missing oslo dependencies oslo rootwrap was missing from the DEPENDS of these core projects. Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-ceilometer_git.bb | 1 + meta-openstack/recipes-devtools/python/python-cinder_git.bb | 2 ++ meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 + 3 files changed, 4 insertions(+) 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} += " \ python-ceilometerclient \ python-oslo.config \ python-oslo.serialization \ + python-oslo.rootwrap \ python-tooz \ python-msgpack \ python-pecan \ 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 \ python-swiftclient \ python-cinderclient \ python-oslo.config \ + python-oslo.rootwrap \ python-pbr \ python-taskflow \ + python-rtslib-fb \ " RDEPENDS_${SRCNAME} = "${PN} \ diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 86dca6f..a950bf8 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb @@ -292,6 +292,7 @@ RDEPENDS_${PN} = " libvirt \ python-lxml \ python-netaddr \ python-oslo.config \ + python-oslo.rootwrap \ python-paste \ python-pastedeploy \ python-paramiko \ -- cgit v1.2.3-54-g00ecf