From 829f361478f3dd33475efb4d222fa77feddc63dc Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Tue, 15 May 2018 09:55:43 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-osc-lib_1.7.0.bb | 5 +++++ 1 file changed, 5 insertions(+) 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 inherit setuptools pypi +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-six \ -- cgit v1.2.3-54-g00ecf