From 00cc9f83724cf78c7745b7314b436c2547fd8c87 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 31 Jul 2017 15:19:36 +0200 Subject: pythin-glanceclient: Update list of dependencies According to v2.5.0 requirements. Signed-off-by: Adrian Dudau --- .../python/python-glanceclient_git.bb | 23 ++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb index db4b081..82dfdc3 100644 --- a/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb @@ -28,14 +28,21 @@ DEPENDS += " \ python-pbr-native \ " -RDEPENDS_${PN} = "gmp \ - python-warlock \ - python-pyopenssl \ - python-prettytable \ - python-setuptools-git \ - python-pbr \ - bash \ - " +RDEPENDS_${PN} = " \ + bash \ + gmp \ + python-babel \ + python-keystoneclient \ + python-oslo.i18n \ + python-oslo.utils \ + python-pbr \ + python-prettytable \ + python-pyopenssl \ + python-requests \ + python-setuptools-git \ + python-six \ + python-warlock \ + " MONITOR_CHECKS_${PN} += "\ glance-api-check.sh \ -- cgit v1.2.3-54-g00ecf