summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-01-21 22:47:52 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-01-21 23:17:07 -0500
commitb080e09c1c7cbcbe0a09971384b0b44b953c3974 (patch)
treebea9f41e765d15c85e081f672c2a405aad09616b
parent4be0c714d00e816d89e1b0c8ca720d7bb56b1c21 (diff)
downloadmeta-cloud-services-b080e09c1c7cbcbe0a09971384b0b44b953c3974.tar.gz
python-oslo.versionedobjects: uprev to latest stable/newton
Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled. 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-oslo.versionedobjects_git.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
index dea4454..b622736 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.versionedobjects_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "1.12.0+git${SRCPV}" 7PV = "1.17.0+git${SRCPV}"
8SRCREV = "9261f3ae3678cca8411ba1700e2ae18f3e5dfb9c" 8SRCREV = "9f33bd4c74949ebe42bffe39c529aa6a1c94e531"
9 9
10SRCNAME = "oslo.versionedobjects" 10SRCNAME = "oslo.versionedobjects"
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
@@ -22,7 +22,6 @@ DEPENDS += " \
22# RDEPENDS_default: 22# RDEPENDS_default:
23RDEPENDS_${PN} += " \ 23RDEPENDS_${PN} += " \
24 python-six \ 24 python-six \
25 python-babel \
26 python-oslo.concurrency \ 25 python-oslo.concurrency \
27 python-oslo.config \ 26 python-oslo.config \
28 python-oslo.context \ 27 python-oslo.context \
@@ -33,4 +32,5 @@ RDEPENDS_${PN} += " \
33 python-oslo.i18n \ 32 python-oslo.i18n \
34 python-webob \ 33 python-webob \
35 python-iso8601 \ 34 python-iso8601 \
35 python-netaddr \
36 " 36 "