summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2015-08-05 16:29:50 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-08-06 09:35:50 -0400
commit8f1bfaefb7f0659c5c9cbdde35012936f5f302ca (patch)
tree10e54f3a4c62d1ff6aae86425da0594ee5924b08 /meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
parent622ffa3062b2fa05a1cdbd44074350aac7414064 (diff)
downloadmeta-cloud-services-8f1bfaefb7f0659c5c9cbdde35012936f5f302ca.tar.gz
python-oslo.serialization: add pbr to DEPEND
Per the package's setup.py we need to depend on python-pbr. Failing to do so results in a build failure: Could not find suitable distribution for Requirement.parse('pbr') Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
index 451c6b9..7f0fb9c 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.serialization_git.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: