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:21 -0500 |
| commit | 5ab5a4defc7ecb8cb12fa471c3c8ee85bb754f13 (patch) | |
| tree | 5284b4eb10d2502f98f25ae789c46a02b7dc1cee | |
| parent | 9e10656facb542b422dd1b761b1af760fbe71ec0 (diff) | |
| download | meta-cloud-services-5ab5a4defc7ecb8cb12fa471c3c8ee85bb754f13.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>
| -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" |
