summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:39 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:05 -0400
commit17d9610751cf338780587ce0e452ada58c6b41be (patch)
tree0610c1331a39f6b17ec2770d7214fc5e25d3b603 /meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
parent184c58538a2c2a4af53795aeb379da6506121e8f (diff)
downloadmeta-cloud-services-17d9610751cf338780587ce0e452ada58c6b41be.tar.gz
python-zaqarclient: 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-zaqarclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb b/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
index b76f2e8..d3d24ea 100644
--- a/meta-openstack/recipes-devtools/python/python-zaqarclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-zaqarclient_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-requests \ 19 python-requests \