summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-09-15 09:47:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-09-16 16:07:28 -0400
commitfb1a2da1f3d278839e44aeaa524b7bd60028ff9c (patch)
tree673949c04676bd46c27c1c6f0856b73968bd572d
parent8c9558234d451daa242df9b22cbd854a7cefa177 (diff)
downloadmeta-cloud-services-fb1a2da1f3d278839e44aeaa524b7bd60028ff9c.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_1.6.0.bb1
1 files changed, 1 insertions, 0 deletions
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
19 19
20DEPENDS += " \ 20DEPENDS += " \
21 python-pip \ 21 python-pip \
22 python-pbr \
22 " 23 "
23 24
24# RDEPENDS_default: 25# RDEPENDS_default: