Some minor updates to the RDEPENDS based on the contents of required.txt but no required dependency package uprevs required.
Signed-off-by: Mark Asselstine <[email protected]> --- meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 3bacd7c..1ded267 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.utils_git.bb @@ -5,10 +5,10 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" SRCNAME = "oslo.utils" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" -PV = "2.7.0+git${SRCPV}" -SRCREV = "6aa24675e890e0bb61967a3e4c5e6aa8cf3dedcf" +PV = "3.16.0+git${SRCPV}" +SRCREV = "0aae41e0c1d3d965181b22b6fd25fb1bc0442a35" S = "${WORKDIR}/git" inherit setuptools @@ -28,7 +28,6 @@ DEPENDS += " \ # RDEPENDS_default: RDEPENDS_${PN} += " \ python-pbr \ - python-babel \ python-six \ python-iso8601 \ python-oslo.i18n \ @@ -37,4 +36,6 @@ RDEPENDS_${PN} += " \ python-netaddr \ python-netifaces \ python-debtcollector \ + python-funcsigs \ + python-pyparsing \ " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
