diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2015-08-12 15:47:57 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-08-13 23:41:54 -0400 |
| commit | 3c7fb80b3eb8d5de294b066b73dbbd02bffedeb9 (patch) | |
| tree | 8237650ff4b4cce023f9d8ef9fec92f509b99272 /meta-openstack/recipes-devtools/python/python-nova_git.bb | |
| parent | 131510e36bdb161f44df46134ccd2ef6360a935a (diff) | |
| download | meta-cloud-services-3c7fb80b3eb8d5de294b066b73dbbd02bffedeb9.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-nova_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-nova_git.bb | 1 |
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 423b0c3..13553f1 100644 --- a/meta-openstack/recipes-devtools/python/python-nova_git.bb +++ b/meta-openstack/recipes-devtools/python/python-nova_git.bb | |||
| @@ -322,6 +322,7 @@ RDEPENDS_${PN} = " libvirt \ | |||
| 322 | python-posix-ipc \ | 322 | python-posix-ipc \ |
| 323 | python-rfc3986 \ | 323 | python-rfc3986 \ |
| 324 | python-oslo.i18n \ | 324 | python-oslo.i18n \ |
| 325 | python-sqlparse \ | ||
| 325 | " | 326 | " |
| 326 | 327 | ||
| 327 | RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ | 328 | RDEPENDS_${SRCNAME}-common = "${PN} openssl openssl-misc libxml2 libxslt \ |
