summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-07 10:38:39 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-07 10:38:39 +0200
commit46d77a38226e7cc8e1c388d0e2cf82bfca04f60a (patch)
treefb1fd217c8ed072c29e09fedceef6f29831eddea /meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
parent48771f00c8f18c1f23493d20d03202a54066c9d6 (diff)
downloadmeta-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/python-neutronclient_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-neutronclient_git.bb10
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
12RDEPENDS_${PN} +="\ 12RDEPENDS_${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
27SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/newton \ 31SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/newton \