Just a few updates for runtime dependencies. Dependency version requirement are all already fulfilled.
Signed-off-by: Mark Asselstine <[email protected]> --- .../recipes-devtools/python/python-oslo.versionedobjects_git.bb | 8 ++++---- 1 file 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" LICENSE = "Apache-2" LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" -PV = "1.12.0+git${SRCPV}" -SRCREV = "9261f3ae3678cca8411ba1700e2ae18f3e5dfb9c" +PV = "1.17.0+git${SRCPV}" +SRCREV = "9f33bd4c74949ebe42bffe39c529aa6a1c94e531" SRCNAME = "oslo.versionedobjects" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" S = "${WORKDIR}/git" @@ -22,7 +22,6 @@ DEPENDS += " \ # RDEPENDS_default: RDEPENDS_${PN} += " \ python-six \ - python-babel \ python-oslo.concurrency \ python-oslo.config \ python-oslo.context \ @@ -33,4 +32,5 @@ RDEPENDS_${PN} += " \ python-oslo.i18n \ python-webob \ python-iso8601 \ + python-netaddr \ " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
