From 806abca4a5f914e5e02cbd42f9ee967d493559a6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sun, 22 Feb 2015 23:50:02 -0500 Subject: 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 --- meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.messaging_git.bb') 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 += " \ # RDEPENDS_default: RDEPENDS_${PN} += " \ + bash \ " -- cgit v1.2.3-54-g00ecf