[meta-virtualization] [meta-cloud-services][PATCH] python-oslo.i18n: Fix build error, missing pbr

Mark Asselstine mark.asselstine at windriver.com
Tue Sep 15 06:47:39 PDT 2015


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.asselstine at 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



More information about the meta-virtualization mailing list