diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 10:03:21 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 10:37:17 +0200 |
| commit | 48771f00c8f18c1f23493d20d03202a54066c9d6 (patch) | |
| tree | 34937bad96f21f54cbdc7353fe28b5d75cd255f5 /meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |
| parent | 344d5dd3bda0a570670702620fb3602ba841d56a (diff) | |
| download | meta-cloud-services-48771f00c8f18c1f23493d20d03202a54066c9d6.tar.gz | |
python-novaclient: Update dependency list and sort alphabetically
According to v6.0.1 recommended for latest stable/newton.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-novaclient_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-novaclient_git.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb index 362b88e..3b2f7ad 100644 --- a/meta-openstack/recipes-devtools/python/python-novaclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-novaclient_git.bb | |||
| @@ -20,12 +20,19 @@ DEPENDS += " \ | |||
| 20 | python-pbr \ | 20 | python-pbr \ |
| 21 | " | 21 | " |
| 22 | 22 | ||
| 23 | RDEPENDS_${PN} += "python-iso8601 \ | 23 | RDEPENDS_${PN} += " \ |
| 24 | python-babel \ | ||
| 25 | python-iso8601 \ | ||
| 26 | python-keystoneauth1 \ | ||
| 27 | python-oslo.i18n \ | ||
| 28 | python-oslo.serialization \ | ||
| 29 | python-oslo.utils \ | ||
| 30 | python-pbr \ | ||
| 24 | python-prettytable \ | 31 | python-prettytable \ |
| 25 | python-requests \ | 32 | python-requests \ |
| 26 | python-setuptools-git \ | 33 | python-setuptools-git \ |
| 27 | python-simplejson \ | 34 | python-simplejson \ |
| 28 | python-pbr \ | 35 | python-six \ |
| 29 | " | 36 | " |
| 30 | 37 | ||
| 31 | PACKAGECONFIG ?= "bash-completion" | 38 | PACKAGECONFIG ?= "bash-completion" |
