summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-07-31 15:19:36 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-07-31 15:27:58 +0200
commit00cc9f83724cf78c7745b7314b436c2547fd8c87 (patch)
tree0e15966a58edb29f4dd22cb16a64166d20aed507 /meta-openstack/recipes-devtools/python/python-glanceclient_git.bb
parentd62e0abb76c8215593e244053394747f352055b9 (diff)
downloadmeta-cloud-services-00cc9f83724cf78c7745b7314b436c2547fd8c87.tar.gz
pythin-glanceclient: Update list of dependencies
According to v2.5.0 requirements. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-glanceclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-glanceclient_git.bb23
1 files changed, 15 insertions, 8 deletions
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 += " \
28 python-pbr-native \ 28 python-pbr-native \
29 " 29 "
30 30
31RDEPENDS_${PN} = "gmp \ 31RDEPENDS_${PN} = " \
32 python-warlock \ 32 bash \
33 python-pyopenssl \ 33 gmp \
34 python-prettytable \ 34 python-babel \
35 python-setuptools-git \ 35 python-keystoneclient \
36 python-pbr \ 36 python-oslo.i18n \
37 bash \ 37 python-oslo.utils \
38 " 38 python-pbr \
39 python-prettytable \
40 python-pyopenssl \
41 python-requests \
42 python-setuptools-git \
43 python-six \
44 python-warlock \
45 "
39 46
40MONITOR_CHECKS_${PN} += "\ 47MONITOR_CHECKS_${PN} += "\
41 glance-api-check.sh \ 48 glance-api-check.sh \