From 131510e36bdb161f44df46134ccd2ef6360a935a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 12 Aug 2015 15:47:58 -0400 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-glance_git.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb index ea189ef..79235af 100644 --- a/meta-openstack/recipes-devtools/python/python-glance_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb @@ -197,7 +197,10 @@ RDEPENDS_${PN} += "python-greenlet \ python-oslo.i18n \ python-osprofiler \ python-retrying \ - python-glancestore \ + python-glancestore \ + python-enum34 \ + python-semantic-version \ + python-oslo.vmware \ " RDEPENDS_${SRCNAME} = "${PN} \ -- cgit v1.2.3-54-g00ecf