summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:41 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:05 -0400
commitb66564be632418a4e63513939f9fb03aa335de6b (patch)
treeb15899baa16505254ef1cf802c5a979e10107f84 /meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
parenta436423f6a3ef349623985a7c46cd3b76f0c54ed (diff)
downloadmeta-cloud-services-b66564be632418a4e63513939f9fb03aa335de6b.tar.gz
python-mistralclient: Fix build error as following.
"distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr>=2.0.0')" 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-mistralclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-mistralclient_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb b/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
index f721bd3..1c6a9bd 100644
--- a/meta-openstack/recipes-devtools/python/python-mistralclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-mistralclient_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-cliff \ 18 python-cliff \
14 python-pbr \ 19 python-pbr \