diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 15:07:02 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 15:28:24 +0200 |
| commit | 76590678aed37f0074407b33f6135dbf3713fea0 (patch) | |
| tree | 81a756a85a95a5e34f9ff91df47a5a072065a763 /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |
| parent | 00cc9f83724cf78c7745b7314b436c2547fd8c87 (diff) | |
| download | meta-cloud-services-76590678aed37f0074407b33f6135dbf3713fea0.tar.gz | |
python-cinderclient: Update list of dependencies
According to v1.9.0 requirements.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-cinderclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index 2e46f7f..6acdabb 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -24,16 +24,19 @@ DEPENDS += " \ | |||
| 24 | python-pbr \ | 24 | python-pbr \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | RDEPENDS_${PN} += "python-prettytable \ | 27 | RDEPENDS_${PN} += " \ |
| 28 | python-simplejson \ | 28 | python-babel \ |
| 29 | python-requests \ | 29 | python-keystoneauth1 \ |
| 30 | python-setuptools-git \ | 30 | python-keystoneclient \ |
| 31 | python-pbr \ | 31 | python-oslo.i18n \ |
| 32 | python-keystoneclient \ | 32 | python-oslo-utils \ |
| 33 | python-babel \ | 33 | python-pbr \ |
| 34 | python-six \ | 34 | python-prettytable \ |
| 35 | python-keystoneauth1 \ | 35 | python-requests \ |
| 36 | " | 36 | python-setuptools-git \ |
| 37 | python-simplejson \ | ||
| 38 | python-six \ | ||
| 39 | " | ||
| 37 | 40 | ||
| 38 | PACKAGECONFIG ?= "bash-completion" | 41 | PACKAGECONFIG ?= "bash-completion" |
| 39 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" | 42 | PACKAGECONFIG[bash-completion] = ",,bash-completion,bash-completion ${BPN}-bash-completion" |
