diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 14:56:20 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 14:56:20 +0200 |
| commit | e4b966523361e54dc70a8d556dc2a2d39f743fc5 (patch) | |
| tree | f1e408a9ce81871ee446515db6e2d8e59596d8be /meta-openstack/recipes-devtools/python | |
| parent | d7ea9ec06be99557f416af7dd27535d4abf6fc6e (diff) | |
| download | meta-cloud-services-e4b966523361e54dc70a8d556dc2a2d39f743fc5.tar.gz | |
python-keystoneclient: Add missing dependencies
These are all listed as dependencies for v3.5.1
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-keystoneclient_git.bb | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb index 1c1d4ec..963a2ac 100644 --- a/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-keystoneclient_git.bb | |||
| @@ -30,14 +30,21 @@ DEPENDS += " \ | |||
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | RDEPENDS_${PN} += " \ | 32 | RDEPENDS_${PN} += " \ |
| 33 | python-argparse \ | ||
| 34 | python-debtcollector \ | ||
| 33 | python-iso8601 \ | 35 | python-iso8601 \ |
| 34 | python-prettytable \ | 36 | python-keystoneauth1 \ |
| 35 | python-requests \ | ||
| 36 | python-simplejson \ | 37 | python-simplejson \ |
| 37 | python-oslo.config \ | 38 | python-oslo.config \ |
| 39 | python-oslo.i18n \ | ||
| 38 | python-oslo.serialization \ | 40 | python-oslo.serialization \ |
| 41 | python-oslo.utils \ | ||
| 39 | python-pbr \ | 42 | python-pbr \ |
| 40 | python-argparse \ | 43 | python-positional \ |
| 44 | python-prettytable \ | ||
| 45 | python-requests \ | ||
| 46 | python-six \ | ||
| 47 | python-stevedore \ | ||
| 41 | " | 48 | " |
| 42 | 49 | ||
| 43 | do_install_append() { | 50 | do_install_append() { |
