diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 10:38:39 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 10:38:39 +0200 |
| commit | 46d77a38226e7cc8e1c388d0e2cf82bfca04f60a (patch) | |
| tree | fb1fd217c8ed072c29e09fedceef6f29831eddea /meta-openstack/recipes-devtools/python | |
| parent | 48771f00c8f18c1f23493d20d03202a54066c9d6 (diff) | |
| download | meta-cloud-services-46d77a38226e7cc8e1c388d0e2cf82bfca04f60a.tar.gz | |
python-neutronclient: Update dependency list and sort alphabetically
According to v6.0.0 recommended for latest stable/newton.
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-neutronclient_git.bb | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index ec0f9ae..c55463d 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
| @@ -10,18 +10,22 @@ DEPENDS += " \ | |||
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +="\ | 12 | RDEPENDS_${PN} +="\ |
| 13 | python-pbr \ | 13 | python-babel \ |
| 14 | python-cliff \ | 14 | python-cliff \ |
| 15 | python-debtcollector \ | ||
| 15 | python-iso8601 \ | 16 | python-iso8601 \ |
| 17 | python-keystoneauth1 \ | ||
| 18 | python-keystoneclient \ | ||
| 16 | python-netaddr \ | 19 | python-netaddr \ |
| 20 | python-os-client-config \ | ||
| 21 | python-osc-lib \ | ||
| 17 | python-oslo.i18n \ | 22 | python-oslo.i18n \ |
| 18 | python-oslo.serialization \ | 23 | python-oslo.serialization \ |
| 19 | python-oslo.utils \ | 24 | python-oslo.utils \ |
| 25 | python-pbr \ | ||
| 20 | python-requests \ | 26 | python-requests \ |
| 21 | python-keystoneclient \ | ||
| 22 | python-simplejson \ | 27 | python-simplejson \ |
| 23 | python-six \ | 28 | python-six \ |
| 24 | python-babel \ | ||
| 25 | " | 29 | " |
| 26 | 30 | ||
| 27 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/newton \ | 31 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/newton \ |
