From 0e86ac1a6bd36b299db6ef35c4707f9fea2962f7 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Mon, 7 Aug 2017 14:40:51 +0200 Subject: python-ryu: Uprev to v4.16 and update dependency list This is according to requriements from neutron v9.4.0 for latest stable/newton. Signed-off-by: Adrian Dudau --- meta-openstack/recipes-devtools/python/python-ryu_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-devtools/python/python-ryu_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb index adf7957..7ad8308 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.16+git${SRCPV}" +SRCREV = "6d950481f6fa048483f68e63a30f1cbeb70a7c3e" SRCNAME = "ryu" SRC_URI = "git://github.com/osrg/${SRCNAME}.git" @@ -28,5 +28,6 @@ RDEPENDS_${PN} += " \ python-oslo.config \ python-routes \ python-six \ + python-tinyrpc \ python-webob \ " -- cgit v1.2.3-54-g00ecf