diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-13 14:32:28 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-14 12:38:27 -0500 |
commit | 35a0b495ff0c2d1cbd471d42decea5fc91b54954 (patch) | |
tree | 186d6ec981f006b01edb727c85245ec1bf6b66b4 | |
parent | 044a7d60f436eed6e77989425edf95a5d4839899 (diff) | |
download | meta-cloud-services-35a0b495ff0c2d1cbd471d42decea5fc91b54954.tar.gz meta-cloud-services-35a0b495ff0c2d1cbd471d42decea5fc91b54954.tar.bz2 meta-cloud-services-35a0b495ff0c2d1cbd471d42decea5fc91b54954.zip |
python-neutronclient: uprev to latest stable/pike
Updated runtime dependencies based on requirements.txt. Required
updates to python-cliff and python-osc-lib.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | 16 |
1 files 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 |