From 88686a5508b91cf4a7515b0084b7f7580e70a3f2 Mon Sep 17 00:00:00 2001 From: Lei Maohui Date: Sat, 26 May 2018 10:40:35 -0700 Subject: python-oslo.cache: 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-oslo.cache_git.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb index 209728e..e71a815 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb @@ -21,6 +21,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + # RDEPENDS_default: RDEPENDS_${PN} += " \ python-dogpile.cache \ -- cgit v1.2.3-54-g00ecf