summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-11 10:03:08 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-24 16:08:35 -0400
commit548bc65a8e0cba2914a087dd14884f70c1df75e7 (patch)
tree07ae11097d57d11e572647a09c8d847b58839349
parentde1508df8b686182888925a4cec63280ea2bb1a5 (diff)
downloadmeta-cloud-services-548bc65a8e0cba2914a087dd14884f70c1df75e7.tar.gz
python-oslo.concurrency: 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-oslo.concurrency_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
index 16ebc89..fe095d0 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
21 python-pbr \ 21 python-pbr \
22 " 22 "
23 23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
24# RDEPENDS_default: 29# RDEPENDS_default:
25RDEPENDS_${PN} += " \ 30RDEPENDS_${PN} += " \
26 python-pbr \ 31 python-pbr \