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.concurrency_git.bb | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb index 6956504..7b1fe68 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.concurrency_git.bb @@ -4,11 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" -PV = "2.8.0+git${SRCPV}" -SRCREV = "28fb7e8bb0dfc39e9f5ed46ade65ea85048efc34" +PV = "3.14.0+git${SRCPV}" +SRCREV = "9ac99b675eae255b660b03d3a1e61599d09f8316" SRCNAME = "oslo.concurrency" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" S = "${WORKDIR}/git" @@ -25,7 +25,6 @@ DEPENDS += " \ RDEPENDS_${PN} += " \ python-pbr \ python-fasteners \ - python-babel \ python-iso8601 \ python-oslo.config \ python-oslo.i18n \ -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
