summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-11-11 21:50:26 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-11-16 15:11:43 -0500
commit7e7a276184912dbd5f9eca81cdc76875a64b1b13 (patch)
tree66cc804bc37eae7cf03334bc61a2382ac41975e5 /meta-openstack/recipes-devtools/python/python-nova_git.bb
parent6002b1f81eaac75ea96401ad36ea6178981dd268 (diff)
downloadmeta-cloud-services-7e7a276184912dbd5f9eca81cdc76875a64b1b13.tar.gz
nova: add needed python modules
Launching nova-compute we get errors regarding missing modules for 'netifaces' and 'retrying'. Add the missing modules to nova's RDEPENDS. 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-nova_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-nova_git.bb2
1 files changed, 2 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 13553f1..0bc5d03 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -323,6 +323,8 @@ RDEPENDS_${PN} = " libvirt \
323 python-rfc3986 \ 323 python-rfc3986 \
324 python-oslo.i18n \ 324 python-oslo.i18n \
325 python-sqlparse \ 325 python-sqlparse \
326 python-netifaces \
327 python-retrying \
326 " 328 "
327 329
328RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ 330RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \