diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:24:10 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-10-21 09:24:10 -0400 |
| commit | 9a1a68263712299d6a20942a9446fe0c9432821f (patch) | |
| tree | d94348f14b5793d67e02ef1606c428bcd66288af /meta-openstack/recipes-devtools/python | |
| parent | f54a303020a35a6dc0219c7b0a140e31585c938d (diff) | |
| download | meta-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')
3 files changed, 4 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 \ |
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 | ||
| 221 | RDEPENDS_${SRCNAME} = "${PN} \ | 223 | 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 \ | |||
| 292 | python-lxml \ | 292 | python-lxml \ |
| 293 | python-netaddr \ | 293 | python-netaddr \ |
| 294 | python-oslo.config \ | 294 | python-oslo.config \ |
| 295 | python-oslo.rootwrap \ | ||
| 295 | python-paste \ | 296 | python-paste \ |
| 296 | python-pastedeploy \ | 297 | python-pastedeploy \ |
| 297 | python-paramiko \ | 298 | python-paramiko \ |
