diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-08-12 15:47:58 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-13 23:41:54 -0400 |
| commit | 131510e36bdb161f44df46134ccd2ef6360a935a (patch) | |
| tree | e8420dbdffb00a224191ec7df8ff4def28777476 /meta-openstack/recipes-devtools/python/python-glance_git.bb | |
| parent | ee23f4fdd14660defeda80900cdf2de287426eac (diff) | |
| download | meta-cloud-services-131510e36bdb161f44df46134ccd2ef6360a935a.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glance_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-glance_git.bb | 5 |
1 files changed, 4 insertions, 1 deletions
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 \ | |||
| 197 | python-oslo.i18n \ | 197 | python-oslo.i18n \ |
| 198 | python-osprofiler \ | 198 | python-osprofiler \ |
| 199 | python-retrying \ | 199 | python-retrying \ |
| 200 | python-glancestore \ | 200 | python-glancestore \ |
| 201 | python-enum34 \ | ||
| 202 | python-semantic-version \ | ||
| 203 | python-oslo.vmware \ | ||
| 201 | " | 204 | " |
| 202 | 205 | ||
| 203 | RDEPENDS_${SRCNAME} = "${PN} \ | 206 | RDEPENDS_${SRCNAME} = "${PN} \ |
