From 43226f98a41691cdc85dd584080c3fea08b49434 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Tue, 15 May 2018 09:55:49 -0700 Subject: python-tenacity: 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-tenacity_4.5.0.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb index e48a95b..ffb3258 100644 --- a/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb +++ b/meta-openstack/recipes-devtools/python/python-tenacity_4.5.0.bb @@ -11,6 +11,11 @@ SRC_URI[sha256sum] = "e5eb0009d7fef345ffd27e43122ec288418b460952aeefde60df8e62c3 inherit setuptools +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-six \ python-futures \ -- cgit v1.2.3-54-g00ecf