"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-oslo.service_git.bb | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
index 0cea229..7b72ad2 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
python-pbr \
"
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+ python-pbr-native \
+ "
+
RDEPENDS_${PN} += " \
python-pbr \
python-webob \
@@ -35,4 +40,4 @@ RDEPENDS_${PN} += " \
python-paste \
python-routes \
"
-
\ No newline at end of file
+
--
1.9.1
--
_______________________________________________
meta-virtualization mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-virtualization