summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-nova_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-12-08 18:33:15 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-11 12:11:28 -0500
commit5e4c6f860802e1b392305fe4d6bbf94170aba0e2 (patch)
treea5c154b2a7504404c204e159397fb763b1698165 /meta-openstack/recipes-devtools/python/python-nova_git.bb
parent9354507f0b8190ddb5091f786ab49c4747f5f960 (diff)
downloadmeta-cloud-services-5e4c6f860802e1b392305fe4d6bbf94170aba0e2.tar.gz
python-nova: add missing dependency on sqlparse
Attempting to use nova-manage, for example to perform 'service list', will result in a python trace indicating that the sqlparse module was not found. Add the python-sqlparse recipe and include it in the RDEPENDS list for nova. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Conflicts: meta-openstack/recipes-devtools/python/python-nova_git.bb 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.bb1
1 files changed, 1 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 79fad92..8bfcbea 100644
--- a/meta-openstack/recipes-devtools/python/python-nova_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb
@@ -323,6 +323,7 @@ RDEPENDS_${PN} = " libvirt \
323 python-rfc3986 \ 323 python-rfc3986 \
324 python-oslo.i18n \ 324 python-oslo.i18n \
325 python-psutil \ 325 python-psutil \
326 python-sqlparse \
326 " 327 "
327 328
328RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ 329RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \