summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:38 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:04 -0400
commit184c58538a2c2a4af53795aeb379da6506121e8f (patch)
tree1107617e1aed81166e2a34eedb3a10f9a0062d29
parent0a291681eeb0463131796f9cea74ea7969731a68 (diff)
downloadmeta-cloud-services-184c58538a2c2a4af53795aeb379da6506121e8f.tar.gz
python-oslo.versionedobjects: 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.versionedobjects_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
index d62b451..574ac88 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
19 python-pbr \ 19 python-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
22# RDEPENDS_default: 27# RDEPENDS_default:
23RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
24 python-six \ 29 python-six \