summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:32 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:04 -0400
commit7481990a7a909e9502ebef72de92324ce4029386 (patch)
treeb792fe51dab118df061b1c826dd8184d311b38b6 /meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
parentf54cddab10c869f28d93fc1f2e6d32a9fbdcdaf2 (diff)
downloadmeta-cloud-services-7481990a7a909e9502ebef72de92324ce4029386.tar.gz
Added python-pbr-native into DEPENDS to fix build error.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
index fd32326..2db5aae 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
19 python-pbr \ 19 python-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
22# RDEPENDS_default: 27# RDEPENDS_default:
23RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
24 python-pbr \ 29 python-pbr \