summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:42 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:05 -0400
commit8067b919eb28c8e9b917b63b32dd90f6c5feef29 (patch)
treea75914d5339bfdb880700b51eb45be431d3b9de8 /meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
parentb66564be632418a4e63513939f9fb03aa335de6b (diff)
downloadmeta-cloud-services-8067b919eb28c8e9b917b63b32dd90f6c5feef29.tar.gz
python-ceilometerclient: 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-ceilometerclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
index 0341cac..1a13198 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometerclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometerclient_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-iso8601 \ 19 python-iso8601 \