diff options
| author | Jackie Huang <jackie.huang@windriver.com> | 2015-05-19 14:54:23 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-05-20 08:10:32 -0400 |
| commit | 71b7ba7724a8d4a59a46de1828894176ff985020 (patch) | |
| tree | 3a0d11601973b5d04380931fcd6e3f17561d1b6e /meta-openstack/recipes-devtools | |
| parent | d32b101fe9d8555837113d78cb17430e84554aeb (diff) | |
| download | meta-cloud-services-71b7ba7724a8d4a59a46de1828894176ff985020.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/recipes-devtools')
| -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 4e96341..423b0c3 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -274,6 +274,7 @@ RDEPENDS_${PN} = " libvirt \ | |||
| 274 | python-keystonemiddleware \ | 274 | python-keystonemiddleware \ |
| 275 | python-modules \ | 275 | python-modules \ |
| 276 | python-misc \ | 276 | python-misc \ |
| 277 | python-amqp \ | ||
| 277 | python-amqplib \ | 278 | python-amqplib \ |
| 278 | python-anyjson \ | 279 | python-anyjson \ |
| 279 | python-babel \ | 280 | python-babel \ |
| @@ -297,9 +298,11 @@ RDEPENDS_${PN} = " libvirt \ | |||
| 297 | python-oslo.concurrency \ | 298 | python-oslo.concurrency \ |
| 298 | python-oslo.middleware \ | 299 | python-oslo.middleware \ |
| 299 | python-oslo.context \ | 300 | python-oslo.context \ |
| 301 | python-oslo.log \ | ||
| 300 | python-paste \ | 302 | python-paste \ |
| 301 | python-pastedeploy \ | 303 | python-pastedeploy \ |
| 302 | python-paramiko \ | 304 | python-paramiko \ |
| 305 | python-psutil \ | ||
| 303 | python-pyasn1 \ | 306 | python-pyasn1 \ |
| 304 | python-setuptools-git \ | 307 | python-setuptools-git \ |
| 305 | python-simplejson \ | 308 | python-simplejson \ |
