Depending on build order this package may fail to build and complain
that no suitable pbr can be found. Add a dependency on pbr. This
matches the dependencies called out by the package's setup.py.

Signed-off-by: Mark Asselstine <mark.asselst...@windriver.com>
---
 meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb 
b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb
index fee2948..575a8e5 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb
@@ -19,6 +19,7 @@ inherit setuptools
 
 DEPENDS += " \
         python-pip \
+        python-pbr \
         "
 
 # RDEPENDS_default: 
-- 
2.1.4

-- 
_______________________________________________
meta-virtualization mailing list
meta-virtualization@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-virtualization

Reply via email to