From 29e9af303db998ccfa89a4de2c4060c83c4cb963 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Sat, 26 May 2018 10:40:34 -0700 Subject: python-magnumclient: 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-magnumclient_git.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb b/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb index fd12589..1bed1ed 100644 --- a/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-magnumclient_git.bb @@ -9,6 +9,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} +=" \ python-pbr \ python-babel \ -- cgit v1.2.3-54-g00ecf