diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-05 11:47:56 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-05 11:47:56 +0200 |
| commit | 5bd2517b39e36a333e4b5bf70534a33530741c55 (patch) | |
| tree | f702d2124e375111557c8a72ad36c88c9f13d22f /meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |
| parent | 2ca128667be174fe652d35c54c8e74d5abea151e (diff) | |
| download | meta-cloud-services-5bd2517b39e36a333e4b5bf70534a33530741c55.tar.gz | |
python-cinderclient: Add dependency on python-keystoneauth1
This is listed as requirement in the package.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb index a66e42e..2e46f7f 100644 --- a/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cinderclient_git.bb | |||
| @@ -32,6 +32,7 @@ RDEPENDS_${PN} += "python-prettytable \ | |||
| 32 | python-keystoneclient \ | 32 | python-keystoneclient \ |
| 33 | python-babel \ | 33 | python-babel \ |
| 34 | python-six \ | 34 | python-six \ |
| 35 | python-keystoneauth1 \ | ||
| 35 | " | 36 | " |
| 36 | 37 | ||
| 37 | PACKAGECONFIG ?= "bash-completion" | 38 | PACKAGECONFIG ?= "bash-completion" |
