summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:34 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:04 -0400
commit29e9af303db998ccfa89a4de2c4060c83c4cb963 (patch)
treed9fbebcf200209734aee36775ab05717ee811f7d
parent5fbd409f229ec66d2b5d58b7162edf696be7de85 (diff)
downloadmeta-cloud-services-29e9af303db998ccfa89a4de2c4060c83c4cb963.tar.gz
python-magnumclient: 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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-magnumclient_git.bb5
1 files changed, 5 insertions, 0 deletions
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 += " \
9 python-pbr \ 9 python-pbr \
10 " 10 "
11 11
12# Satisfy setup.py 'setup_requires'
13DEPENDS += " \
14 python-pbr-native \
15 "
16
12RDEPENDS_${PN} +=" \ 17RDEPENDS_${PN} +=" \
13 python-pbr \ 18 python-pbr \
14 python-babel \ 19 python-babel \