From fb1a2da1f3d278839e44aeaa524b7bd60028ff9c Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 15 Sep 2015 09:47:39 -0400 Subject: python-oslo.i18n: Fix build error, missing pbr 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-openstack/recipes-devtools/python') 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: -- cgit v1.2.3-54-g00ecf