summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:40 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:05 -0400
commita436423f6a3ef349623985a7c46cd3b76f0c54ed (patch)
tree4e9af32e2725dbbc3d8d5a78f65932b823468e36
parent17d9610751cf338780587ce0e452ada58c6b41be (diff)
downloadmeta-cloud-services-a436423f6a3ef349623985a7c46cd3b76f0c54ed.tar.gz
python-designateclient: 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>
-rw-r--r--meta-openstack/recipes-devtools/python/python-designateclient_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb b/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
index 7a0ba71..a6f7cbf 100644
--- a/meta-openstack/recipes-devtools/python/python-designateclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-designateclient_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-jsonschema \ 19 python-jsonschema \