summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-31 18:26:02 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-11 12:08:26 -0400
commit31e3086409b5055b8ce5962a614f1284003c513d (patch)
tree147133f3da25151f0018b231dcf0595893ab0d25
parent4b37a01d3fc80310c6c46b3abc1cc3b4d4cf6457 (diff)
downloadmeta-cloud-services-31e3086409b5055b8ce5962a614f1284003c513d.tar.gz
python-saharaclient: 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-saharaclient_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
index c97ac8c..170d460 100644
--- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-saharaclient_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 " 19 "