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 /meta-openstack/recipes-devtools | |
| parent | 044a7d60f436eed6e77989425edf95a5d4839899 (diff) | |
| download | meta-cloud-services-35a0b495ff0c2d1cbd471d42decea5fc91b54954.tar.gz | |
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>
Diffstat (limited to 'meta-openstack/recipes-devtools')
| -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 += " \ | |||
| 9 | python-pbr \ | 9 | python-pbr \ |
| 10 | " | 10 | " |
| 11 | 11 | ||
| 12 | RDEPENDS_${PN} +="\ | 12 | RDEPENDS_${PN} += " \ |
| 13 | python-pbr \ | 13 | python-pbr \ |
| 14 | python-cliff \ | 14 | python-cliff \ |
| 15 | python-debtcollector \ | ||
| 15 | python-iso8601 \ | 16 | python-iso8601 \ |
| 16 | python-netaddr \ | 17 | python-netaddr \ |
| 18 | python-osc-lib \ | ||
| 17 | python-oslo.i18n \ | 19 | python-oslo.i18n \ |
| 18 | python-oslo.serialization \ | 20 | python-oslo.serialization \ |
| 19 | python-oslo.utils \ | 21 | python-oslo.utils \ |
| 20 | python-requests \ | 22 | python-os-client-config \ |
| 23 | python-keystoneauth1 \ | ||
| 21 | python-keystoneclient \ | 24 | python-keystoneclient \ |
| 25 | python-requests \ | ||
| 22 | python-simplejson \ | 26 | python-simplejson \ |
| 23 | python-six \ | 27 | python-six \ |
| 24 | python-babel \ | 28 | python-babel \ |
| 25 | " | 29 | " |
| 26 | 30 | ||
| 27 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \ | 31 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/pike \ |
| 28 | file://neutronclient-use-csv-flag-instead-of-json.patch \ | 32 | file://neutronclient-use-csv-flag-instead-of-json.patch \ |
| 29 | file://neutron-api-check.sh \ | 33 | file://neutron-api-check.sh \ |
| 30 | " | 34 | " |
| 31 | 35 | ||
| 32 | PV = "3.1.0+git${SRCPV}" | 36 | PV = "6.5.0+git${SRCPV}" |
| 33 | SRCREV = "3e115991c1cf9ec7cf4252440fa8d6015a5f53ce" | 37 | SRCREV = "e145c4ef8a0e8390f0468df422a757760e77f823" |
| 34 | S = "${WORKDIR}/git" | 38 | S = "${WORKDIR}/git" |
| 35 | 39 | ||
| 36 | inherit setuptools monitor rmargparse | 40 | inherit setuptools monitor rmargparse |
