summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glance_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-12-08 18:33:34 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-11 12:11:29 -0500
commite2ac79fa010f0f816a6bd90df961ddd469f542a9 (patch)
tree521fef518b32b524069ad9ca0e4f09843a5dce18 /meta-openstack/recipes-devtools/python/python-glance_git.bb
parentcd464daa71c79fdbf212484e36257a57ce785430 (diff)
downloadmeta-cloud-services-e2ac79fa010f0f816a6bd90df961ddd469f542a9.tar.gz
glance: add new dependencies
Attempting to run glance-api several python traces are encountered. The following packages were identified in the traces and as such are added as dependencies which allows glance-api to launch successfully. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Removing python-oslo.vmware_1.19.0 since the latest version of Kilo is 0.11.2, and was already present in the repo. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Conflicts: meta-openstack/recipes-devtools/python/python-glance_git.bb Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glance_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 389385c..a4e07d1 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -199,6 +199,9 @@ RDEPENDS_${PN} += "python-greenlet \
199 python-retrying \ 199 python-retrying \
200 python-glancestore \ 200 python-glancestore \
201 python-oslo.vmware \ 201 python-oslo.vmware \
202 python-glancestore \
203 python-enum34 \
204 python-semantic-version \
202 " 205 "
203 206
204RDEPENDS_${SRCNAME} = "${PN} \ 207RDEPENDS_${SRCNAME} = "${PN} \