summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-23 16:39:43 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-25 14:30:00 -0500
commit5329c2bbb33c3d5f6cb87362ce0bbe0dd50b2876 (patch)
treee1d2068b9f6813ec2b5a095dbf28e09b5884ba49
parent6bd58b731caf3c7779ca45ddf2259c3497e8e942 (diff)
downloadmeta-cloud-services-5329c2bbb33c3d5f6cb87362ce0bbe0dd50b2876.tar.gz
python-django-babel: uprev to 0.5.1
This uprev is required to support the update to stable/newton of python-horizon. 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-django-babel_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb b/meta-openstack/recipes-devtools/python/python-django-babel_git.bb
index a23170b..1ae5c7c 100644
--- a/meta-openstack/recipes-devtools/python/python-django-babel_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-django-babel_git.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5ae97ab65116b8d7890c59de57577b46"
6 6
7SRCNAME = "django-babel" 7SRCNAME = "django-babel"
8 8
9PV = "0.4.0+git${SRCPV}" 9PV = "0.5.1+git${SRCPV}"
10SRCREV = "37f2919bfc58215ab4f26d386a4e65670e3297b9" 10SRCREV = "88b389381c0e269605311ae07029555b65a86bc5"
11 11
12SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \ 12SRC_URI = "git://github.com/python-babel/${SRCNAME}.git \
13 " 13 "
@@ -22,6 +22,6 @@ DEPENDS += " \
22 22
23RDEPENDS_${PN} += " \ 23RDEPENDS_${PN} += " \
24 python-django \ 24 python-django \
25 python-nose \ 25 python-babel \
26 " 26 "
27 27