From 548bc65a8e0cba2914a087dd14884f70c1df75e7 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Fri, 11 May 2018 10:03:08 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-oslo.concurrency_git.bb | 5 +++++ 1 file changed, 5 insertions(+) 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 += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ -- cgit v1.2.3-54-g00ecf