summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-11 10:03:09 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-24 16:08:35 -0400
commitd925c91f9f6bec218ddf3a3cc26d3e9ea84bca17 (patch)
treee9c7fc1a44e20316d42ea0684b1cbcc6cc9d05cd /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
parent548bc65a8e0cba2914a087dd14884f70c1df75e7 (diff)
downloadmeta-cloud-services-d925c91f9f6bec218ddf3a3cc26d3e9ea84bca17.tar.gz
python-cinderclient: 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-cinderclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index bf76e9d..e425237 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -23,6 +23,11 @@ DEPENDS += " \
23 python-pbr \ 23 python-pbr \
24 " 24 "
25 25
26# Satisfy setup.py 'setup_requires'
27DEPENDS += " \
28 python-pbr-native \
29 "
30
26RDEPENDS_${PN} += " \ 31RDEPENDS_${PN} += " \
27 python-pbr \ 32 python-pbr \
28 python-prettytable \ 33 python-prettytable \