diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -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" |
