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-troveclient_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-troveclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb index 251d9e0..95ec5ae 100644 --- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb @@ -72,6 +72,11 @@ RDEPENDS_${SRCNAME} += " \ ${SRCNAME}-bin \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${SRCNAME}-bin += " \ ${PN} \ " -- cgit v1.2.3-54-g00ecf