From 5fbd409f229ec66d2b5d58b7162edf696be7de85 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Sat, 26 May 2018 10:40:33 -0700 Subject: python-osprofiler: 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-osprofiler_1.5.0.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb index 16b9b36..efb38a0 100644 --- a/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb +++ b/meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb @@ -16,6 +16,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