From bbc851fbc54bc6fd946fb3700f04fb3c01fb7574 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 9 Jan 2018 15:15:05 -0500 Subject: python-ryu: uprev to latest, v4.19 This is required by the stable/pike version of python-neutron. This requires the introduction of python-tinyrpc and python-ovs. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-ryu_git.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb index adf7957..b5ee113 100644 --- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb @@ -4,8 +4,8 @@ SECTION = "devel/python" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -PV = "3.27+git${SRCPV}" -SRCREV = "0aefad7048079656cdaad138be58f017e6b4f1ce" +PV = "4.19+git${SRCPV}" +SRCREV = "51a1130f6cdcb029a51b6a75d43ac5e4cdde7072" SRCNAME = "ryu" SRC_URI = "git://github.com/osrg/${SRCNAME}.git" @@ -26,7 +26,9 @@ RDEPENDS_${PN} += " \ python-msgpack \ python-netaddr \ python-oslo.config \ + python-ovs \ python-routes \ python-six \ + python-tinyrpc \ python-webob \ " -- cgit v1.2.3-54-g00ecf