"distutils.errors.DistutilsError: Could not find suitable distribution for
Requirement.parse('pbr>=2.0.0')"
Signed-off-by: Lei Maohui <[email protected]>
---
meta-openstack/recipes-devtools/python/python-osprofiler_1.5.0.bb | 5 +++++
1 file changed, 5 insertions(+)
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 \
--
1.9.1
--
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization