summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLei Maohui <leimaohui@cn.fujitsu.com>2018-05-26 10:40:32 -0700
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-06-05 12:02:04 -0400
commit7481990a7a909e9502ebef72de92324ce4029386 (patch)
treeb792fe51dab118df061b1c826dd8184d311b38b6
parentf54cddab10c869f28d93fc1f2e6d32a9fbdcdaf2 (diff)
downloadmeta-cloud-services-7481990a7a909e9502ebef72de92324ce4029386.tar.gz
Added python-pbr-native into DEPENDS to fix build error.
Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb5
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.db_git.bb5
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.reports_git.bb5
-rw-r--r--meta-openstack/recipes-devtools/python/python-troveclient_git.bb5
4 files changed, 20 insertions, 0 deletions
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 += " \
21 python-pbr \ 21 python-pbr \
22 " 22 "
23 23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
24RDEPENDS_${PN} += " \ 29RDEPENDS_${PN} += " \
25 python-keystoneauth1 \ 30 python-keystoneauth1 \
26 python-oslo.config \ 31 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 += " \
19 python-pbr \ 19 python-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
22RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
23 python-six \ 28 python-six \
24 python-alembic \ 29 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 += " \
19 python-pbr \ 19 python-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
22# RDEPENDS_default: 27# RDEPENDS_default:
23RDEPENDS_${PN} += " \ 28RDEPENDS_${PN} += " \
24 python-pbr \ 29 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} += " \
72 ${SRCNAME}-bin \ 72 ${SRCNAME}-bin \
73 " 73 "
74 74
75# Satisfy setup.py 'setup_requires'
76DEPENDS += " \
77 python-pbr-native \
78 "
79
75RDEPENDS_${SRCNAME}-bin += " \ 80RDEPENDS_${SRCNAME}-bin += " \
76 ${PN} \ 81 ${PN} \
77 " 82 "