summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
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 /meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb
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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-keystonemiddleware_git.bb5
1 files changed, 5 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 \