diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-05-31 11:19:33 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-06-07 11:44:16 +0200 |
| commit | a3d4dc0c7c45ffe6dc1dd8a9699ed22dacac7381 (patch) | |
| tree | 3d93806f31207c1fa3d26951577082bd13b1f39e /meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |
| parent | 7d01d03056b63a501359defb426305cc76214fcc (diff) | |
| download | meta-cloud-services-a3d4dc0c7c45ffe6dc1dd8a9699ed22dacac7381.tar.gz | |
python-neutronclient: Uprev to 6.0.0
This is used by 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.bb | 6 |
1 files changed, 3 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 bcbefaa..ec0f9ae 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
| @@ -24,13 +24,13 @@ RDEPENDS_${PN} +="\ | |||
| 24 | python-babel \ | 24 | python-babel \ |
| 25 | " | 25 | " |
| 26 | 26 | ||
| 27 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \ | 27 | SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=stable/newton \ |
| 28 | file://neutronclient-use-csv-flag-instead-of-json.patch \ | 28 | file://neutronclient-use-csv-flag-instead-of-json.patch \ |
| 29 | file://neutron-api-check.sh \ | 29 | file://neutron-api-check.sh \ |
| 30 | " | 30 | " |
| 31 | 31 | ||
| 32 | PV = "3.1.0+git${SRCPV}" | 32 | PV = "6.0.0-git${SRCPV}" |
| 33 | SRCREV = "3e115991c1cf9ec7cf4252440fa8d6015a5f53ce" | 33 | SRCREV = "f53d6241987bbf6c261069e0a62ebabcc0a83c67" |
| 34 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
| 35 | 35 | ||
| 36 | inherit setuptools monitor rmargparse | 36 | inherit setuptools monitor rmargparse |
