summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-15 09:55:44 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-29 10:23:22 -0400
commitbfe4d933e3958fb8cfec057ab5c6129380189b96 (patch)
tree8301ad4bbb8e70dd68f0f8a83b79f58dee9fd526 /meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
parent829f361478f3dd33475efb4d222fa77feddc63dc (diff)
downloadmeta-cloud-services-bfe4d933e3958fb8cfec057ab5c6129380189b96.tar.gz
python-os-client-config: 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-os-client-config_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-os-client-config_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
index e57abbb..a48f2c4 100644
--- a/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-os-client-config_git.bb
@@ -17,6 +17,10 @@ inherit setuptools
17DEPENDS += " \ 17DEPENDS += " \
18 python-pbr \ 18 python-pbr \
19 " 19 "
20# Satisfy setup.py 'setup_requires'
21DEPENDS += " \
22 python-pbr-native \
23 "
20 24
21RDEPENDS_${PN} += " \ 25RDEPENDS_${PN} += " \
22 python-pbr \ 26 python-pbr \