From 5e4c6f860802e1b392305fe4d6bbf94170aba0e2 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 8 Dec 2015 18:33:15 +0100 Subject: 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 Signed-off-by: Bruce Ashfield Signed-off-by: Josep Puigdemont Conflicts: meta-openstack/recipes-devtools/python/python-nova_git.bb Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb') 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 \ python-rfc3986 \ python-oslo.i18n \ python-psutil \ + python-sqlparse \ " RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ -- cgit v1.2.3-54-g00ecf