[meta-virtualization] [oe-virtualization][meta-cloud-services][PATCH 1/2] Added python-pbr-native into DEPENDS to fix build error.

Lei Maohui leimaohui at cn.fujitsu.com
Sat May 26 10:40:32 PDT 2018


Signed-off-by: Lei Maohui <leimaohui at cn.fujitsu.com>
---
 .../recipes-devtools/python/python-keystonemiddleware_git.bb         | 5 +++++
 meta-openstack/recipes-devtools/python/python-oslo.db_git.bb         | 5 +++++
 meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb    | 5 +++++
 meta-openstack/recipes-devtools/python/python-troveclient_git.bb     | 5 +++++
 4 files changed, 20 insertions(+)

diff --git a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
index 7b7cb91..557a557 100644
--- a/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
         python-keystoneauth1 \
         python-oslo.config \
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
index 53df106..d693570 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${PN} += " \
        python-six \
        python-alembic \
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
index fd32326..2db5aae 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
         python-pbr \
         "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 # RDEPENDS_default: 
 RDEPENDS_${PN} += " \
         python-pbr \
diff --git a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
index 251d9e0..95ec5ae 100644
--- a/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-troveclient_git.bb
@@ -72,6 +72,11 @@ RDEPENDS_${SRCNAME} += " \
     ${SRCNAME}-bin \
     "
 
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
 RDEPENDS_${SRCNAME}-bin += " \
     ${PN} \
     "
-- 
1.9.1





More information about the meta-virtualization mailing list