summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-10-07 17:38:45 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-10-13 11:32:41 -0400
commit28a56b809d39fde53187e3247fc88220ac19017b (patch)
treec30112b5281e567135a547a98ceede24d2b43017
parentb1654d0f0f011c3d5ea82b5fde5a9f953db7cac3 (diff)
downloadmeta-cloud-services-28a56b809d39fde53187e3247fc88220ac19017b.tar.gz
openstackcclient: New version and updated dependencies
Updated to the newest version in kilo, and added dependencies, The dependency on cliff-tablib fixes this error: > openstack token issue ERROR: openstackclient.shell Exception raised: cliff-tablib>=1.0 Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-openstackclient_1.0.4.bb (renamed from meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb)15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.4.bb
index 77cb5d2..a585b68 100644
--- a/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.3.bb
+++ b/meta-openstack/recipes-devtools/python/python-openstackclient_1.0.4.bb
@@ -20,5 +20,20 @@ DEPENDS += "\
20 " 20 "
21 21
22RDEPENDS_${PN} += "\ 22RDEPENDS_${PN} += "\
23 python-babel \
24 python-cinderclient \
25 python-cliff \
26 python-cliff-tablib \
27 python-glanceclient \
28 python-keystoneclient \
29 python-neutronclient \
30 python-novaclient \
31 python-oslo.config \
32 python-oslo.i18n \
33 python-oslo.serialization \
34 python-oslo.utils \
23 python-pbr \ 35 python-pbr \
36 python-requests \
37 python-six \
38 python-stevedore \
24 " 39 "