diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-12-08 18:33:20 +0100 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-12-11 12:11:28 -0500 |
| commit | 4eff5180d8fcfdcc58b24e90040a005e98330b9c (patch) | |
| tree | 63553d47e3ccb895ca7ee001dc1588afc6404cbf /meta-openstack | |
| parent | 53058dbbb6f8fbe3e7cbdf7200e294a7d6f1af74 (diff) | |
| download | meta-cloud-services-4eff5180d8fcfdcc58b24e90040a005e98330b9c.tar.gz | |
python-nova: add missing rdepends
Add the missing rdepends on python-oslo.log, python-psutil
and python-amqp or it fails with:
File "/usr/lib64/python2.7/site-packages/nova/cmd/compute.py", line 23, in <module>
from oslo_log import log as logging
ImportError: No module named oslo_log
File "/usr/lib64/python2.7/site-packages/nova/openstack/common/report/generators/process.py", line 23, in <module>
import psutil
ImportError: No module named psutil
File "/usr/lib64/python2.7/site-packages/stevedore/driver.py", line 50, in _default_on_load_failure
raise err
ImportError: No module named amqp
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-nova_git.bb b/meta-openstack/recipes-devtools/python/python-nova_git.bb index 8bfcbea..4af1ded 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -277,6 +277,7 @@ RDEPENDS_${PN} = " libvirt \ | |||
| 277 | python-keystonemiddleware \ | 277 | python-keystonemiddleware \ |
| 278 | python-modules \ | 278 | python-modules \ |
| 279 | python-misc \ | 279 | python-misc \ |
| 280 | python-amqp \ | ||
| 280 | python-amqplib \ | 281 | python-amqplib \ |
| 281 | python-anyjson \ | 282 | python-anyjson \ |
| 282 | python-babel \ | 283 | python-babel \ |
| @@ -300,9 +301,11 @@ RDEPENDS_${PN} = " libvirt \ | |||
| 300 | python-oslo.concurrency \ | 301 | python-oslo.concurrency \ |
| 301 | python-oslo.middleware \ | 302 | python-oslo.middleware \ |
| 302 | python-oslo.context \ | 303 | python-oslo.context \ |
| 304 | python-oslo.log \ | ||
| 303 | python-paste \ | 305 | python-paste \ |
| 304 | python-pastedeploy \ | 306 | python-pastedeploy \ |
| 305 | python-paramiko \ | 307 | python-paramiko \ |
| 308 | python-psutil \ | ||
| 306 | python-pyasn1 \ | 309 | python-pyasn1 \ |
| 307 | python-setuptools-git \ | 310 | python-setuptools-git \ |
| 308 | python-simplejson \ | 311 | python-simplejson \ |
