From 31e3086409b5055b8ce5962a614f1284003c513d Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Thu, 31 May 2018 18:26:02 -0700 Subject: python-saharaclient: 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-saharaclient_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-saharaclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb index c97ac8c..170d460 100644 --- a/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-saharaclient_git.bb @@ -9,6 +9,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ +" + RDEPENDS_${PN} += " \ python-pbr \ " -- cgit v1.2.3-54-g00ecf