summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-15 09:55:43 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-29 10:23:22 -0400
commit829f361478f3dd33475efb4d222fa77feddc63dc (patch)
treea7861a1c92030b28b00e57c0abe3d60c997c0f7a
parent49b7baae52ee12ec8fda0771339b23b5e5c5623f (diff)
downloadmeta-cloud-services-829f361478f3dd33475efb4d222fa77feddc63dc.tar.gz
python-osc-lib: 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-osc-lib_1.7.0.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb b/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb
index 64e1a17..e3328d7 100644
--- a/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb
@@ -9,6 +9,11 @@ SRC_URI[sha256sum] = "7dee72f13e5478f8d3d836267fa019b99ed4d5e478fc08bbcc9e23029d
9 9
10inherit setuptools pypi 10inherit setuptools pypi
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 python-six \ 19 python-six \