From 7481990a7a909e9502ebef72de92324ce4029386 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Sat, 26 May 2018 10:40:32 -0700 Subject: Added python-pbr-native into DEPENDS to fix build error. Signed-off-by: Lei Maohui Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb') 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 += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ -- cgit v1.2.3-54-g00ecf