summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-22 23:50:02 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-22 23:50:02 -0500
commit806abca4a5f914e5e02cbd42f9ee967d493559a6 (patch)
treeb4e37f6bde43ad98ef03f754bcc0372484e789cf /meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
parent3a6f5814b9e6d720a3894db1c9acbdb5e9afb9e5 (diff)
downloadmeta-cloud-services-806abca4a5f914e5e02cbd42f9ee967d493559a6.tar.gz
oslo.messaging: add bash to rdepends
We get the following QA warning: WARNING: QA Issue: python-oslo.messaging requires /bin/bash, but no providers in its RDEPENDS [file-rdeps] So we add bash to the redepends to fix the issue. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
index 5c11505..8bb85cb 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb
@@ -23,4 +23,5 @@ DEPENDS += " \
23 23
24# RDEPENDS_default: 24# RDEPENDS_default:
25RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
26 bash \
26 " 27 "