diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 15:10:00 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-21 15:10:00 -0400 |
commit | 8b29cb4a3b24905848ffae7b3d3d4955e8243167 (patch) | |
tree | 0e56e7cc91af979841aaff19c2494dd9376b1fc3 /meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |
parent | e3759348bd96a2e0cf436204b2444a3e2ac632d1 (diff) | |
download | meta-cloud-services-8b29cb4a3b24905848ffae7b3d3d4955e8243167.tar.gz |
neutronclient: update to 2014 latest
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb index 2e83208..1911fc3 100644 --- a/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb +++ b/meta-openstack/recipes-devtools/python/python-neutronclient_git.bb | |||
@@ -24,8 +24,8 @@ SRC_URI = "git://github.com/openstack/python-neutronclient.git;branch=master \ | |||
24 | file://neutronclient-use-csv-flag-instead-of-json.patch \ | 24 | file://neutronclient-use-csv-flag-instead-of-json.patch \ |
25 | " | 25 | " |
26 | 26 | ||
27 | PV="2.3.4+git${SRCPV}" | 27 | PV="2.3.5+git${SRCPV}" |
28 | SRCREV="663f8bd2cf5825ff587b2b10bf5d4a4bfc082534" | 28 | SRCREV="bfec80a776a53b554a8f2d023d2974539edef3ce" |
29 | S = "${WORKDIR}/git" | 29 | S = "${WORKDIR}/git" |
30 | 30 | ||
31 | inherit setuptools | 31 | inherit setuptools |