summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 01:09:45 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-02-21 01:09:47 -0500
commitb26228953c1d0d8fa5b3f987bc6d6ccd7a753850 (patch)
tree847b3799616ad2659897ed8bbc1358a2dad05d90 /meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
parent441977d076e5c0aeace44ba65d301b5c6c61d59f (diff)
downloadmeta-cloud-services-b26228953c1d0d8fa5b3f987bc6d6ccd7a753850.tar.gz
oslo: update utils and i18n
The openstack clients need updated oslo libraries, so we bump the versions here. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
index 18c1504..27a80b6 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb
@@ -9,8 +9,8 @@ PR = "r0"
9SRCNAME = "oslo.utils" 9SRCNAME = "oslo.utils"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 10SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
11 11
12PV = "1.0.0" 12PV = "1.3.0"
13SRCREV = "f0cce3cd2635b06f8220a1ebe096495006d739bf" 13SRCREV = "ed4e2d775a56b9d47ed314f96dccd9221a91e241"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16inherit setuptools 16inherit setuptools