summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:36 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:04 -0400
commit77f3610eef077985bac285bc235761380e7b1c86 (patch)
treeb61fadf1b631fe0719a9768b45ec813046e3719e
parent88686a5508b91cf4a7515b0084b7f7580e70a3f2 (diff)
downloadmeta-cloud-services-77f3610eef077985bac285bc235761380e7b1c86.tar.gz
python-oslo.policy: 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.policy_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
index 82c3ae0..0e7a6ad 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
@@ -20,6 +20,11 @@ DEPENDS += " \
20 python-pbr \ 20 python-pbr \
21" 21"
22 22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
23RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
24 python-oslo.config \ 29 python-oslo.config \
25 python-oslo.i18n \ 30 python-oslo.i18n \