diff options
author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-11-26 19:36:36 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-11-27 17:55:12 -0500 |
commit | 0472f75723323b329955378812160b82af578c5b (patch) | |
tree | 5284b4eb10d2502f98f25ae789c46a02b7dc1cee /meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |
parent | de30ea25554d8bcff921b96d78847c635baa4e3a (diff) | |
download | meta-cloud-services-0472f75723323b329955378812160b82af578c5b.tar.gz |
python-novaclient: Fix do_package_qa error
Fix the error as follows:
ERROR: python-novaclient-9.1.1+gitAUTOINC+204eff6dc7-r0 do_package_qa: QA Issue: /usr/lib/python2.7/site-packages/novaclient/tests/functional/hooks/post_test_hook.sh contained in package python-novaclient requires /bin/bash, but no providers found in RDEPENDS_python-novaclient? [file-rdeps]
ERROR: python-novaclient-9.1.1+gitAUTOINC+204eff6dc7-r0 do_package_qa: QA run found fatal errors. Please consider fixing them.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb')
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 44f73fa..82995ee 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
@@ -36,6 +36,7 @@ RDEPENDS_${PN} += " \ | |||
36 | python-simplejson \ | 36 | python-simplejson \ |
37 | python-six \ | 37 | python-six \ |
38 | python-babel \ | 38 | python-babel \ |
39 | bash \ | ||
39 | " | 40 | " |
40 | 41 | ||
41 | PACKAGECONFIG ?= "bash-completion" | 42 | PACKAGECONFIG ?= "bash-completion" |