Requires uprev to python-debtcollector, python-rfc3986, python-netaddr and python-stevedore.
Signed-off-by: Mark Asselstine <[email protected]> --- meta-openstack/recipes-devtools/python/python-oslo.config_git.bb | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb index 9eaec3c..ade23ba 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb @@ -4,11 +4,11 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" -PV = "2.6.0+git${SRCPV}" -SRCREV = "ee2bab65e9a2f38bb915f106a4da1520e4b5060c" +PV = "3.17.0+git${SRCPV}" +SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3" SRCNAME = "oslo.config" -SRC_URI = "git://github.com/openstack/${SRCNAME}.git" +SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" S = "${WORKDIR}/git" @@ -29,4 +29,7 @@ RDEPENDS_${PN} += " \ python-netaddr \ python-six \ python-stevedore \ + python-debtcollector \ + python-oslo.i18n \ + python-rfc3986 \ " -- 2.7.4 -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
