[meta-virtualization] [m-c-s][PATCH 08/11] python-neutronclient: uprev to latest stable/pike

Mark Asselstine mark.asselstine at windriver.com
Mon Nov 13 11:32:28 PST 2017


Updated runtime dependencies based on requirements.txt. Required
updates to python-cliff and python-osc-lib.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../recipes-devtools/python/python-neutronclient_git.bb  | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
index bcbefaa..5904e64 100644
--- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb
@@ -9,28 +9,32 @@ DEPENDS += " \
         python-pbr \
         "
 
-RDEPENDS_${PN} +="\
+RDEPENDS_${PN} += " \
         python-pbr \
         python-cliff \
+        python-debtcollector \
         python-iso8601 \
         python-netaddr \
+        python-osc-lib \
         python-oslo.i18n \
         python-oslo.serialization \
         python-oslo.utils \
-        python-requests \
+        python-os-client-config \
+        python-keystoneauth1 \
         python-keystoneclient \
+        python-requests \
         python-simplejson \
         python-six \
         python-babel \
-	"
+        "
 
-SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \
+SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/pike \
            file://neutronclient-use-csv-flag-instead-of-json.patch \
            file://neutron-api-check.sh \
           "
 
-PV = "3.1.0+git${SRCPV}"
-SRCREV = "3e115991c1cf9ec7cf4252440fa8d6015a5f53ce"
+PV = "6.5.0+git${SRCPV}"
+SRCREV = "e145c4ef8a0e8390f0468df422a757760e77f823"
 S = "${WORKDIR}/git"
 
 inherit setuptools monitor rmargparse
-- 
2.7.4



More information about the meta-virtualization mailing list