summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-17 10:57:05 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-17 14:30:34 -0500
commitb90b112187c56a35b34ede14ebb0e62e95a27775 (patch)
treef0801567d849f3d613b5f30836163681c6b344b7 /meta-openstack
parent9a1161b7302e67879b8f2f4892a22cbd0cd4fd59 (diff)
downloadmeta-cloud-services-b90b112187c56a35b34ede14ebb0e62e95a27775.tar.gz
python-oslo.i18n: uprev to latest stable/newton
Requires the uprev of python-babel to v2.3.4. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
index 84aab41..c820bc8 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "2.6.0+git${SRCPV}" 7PV = "3.9.0+git${SRCPV}"
8SRCREV = "4417d33a9fa6f3c414d72d162a4d0d3715ffe256" 8SRCREV = "351c10af6ad6b6fed197cc4b38d9fddf232d0def"
9 9
10SRCNAME = "oslo.i18n" 10SRCNAME = "oslo.i18n"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14