summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-07 11:00:12 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-07 11:00:12 +0200
commit6eb04c0c1aaec800a601317bf4a269b01bf03be3 (patch)
treebdec885ee97ffa2ab9bd5e6fd8ecc99bec70cab9 /meta-openstack/recipes-devtools/python
parent44db0acc635368dfd1bcbe94b1059e9ef9d105bb (diff)
downloadmeta-cloud-services-6eb04c0c1aaec800a601317bf4a269b01bf03be3.tar.gz
python-cinderclient: Fix typo in dependency
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-cinderclient_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
index 6acdabb..5283837 100644
--- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb
@@ -29,7 +29,7 @@ RDEPENDS_${PN} += " \
29 python-keystoneauth1 \ 29 python-keystoneauth1 \
30 python-keystoneclient \ 30 python-keystoneclient \
31 python-oslo.i18n \ 31 python-oslo.i18n \
32 python-oslo-utils \ 32 python-oslo.utils \
33 python-pbr \ 33 python-pbr \
34 python-prettytable \ 34 python-prettytable \
35 python-requests \ 35 python-requests \