summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ryu_git.bb
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-01-09 15:15:05 -0500
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-01-12 10:38:06 -0500
commitbbc851fbc54bc6fd946fb3700f04fb3c01fb7574 (patch)
tree9f1af50a4bf0cf170777b7c7a0e7fc4591ef79c0 /meta-openstack/recipes-devtools/python/python-ryu_git.bb
parent68b387605a45383577159478958ceeba121ade6a (diff)
downloadmeta-cloud-services-bbc851fbc54bc6fd946fb3700f04fb3c01fb7574.tar.gz
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 <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ryu_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ryu_git.bb6
1 files 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"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
6 6
7PV = "3.27+git${SRCPV}" 7PV = "4.19+git${SRCPV}"
8SRCREV = "0aefad7048079656cdaad138be58f017e6b4f1ce" 8SRCREV = "51a1130f6cdcb029a51b6a75d43ac5e4cdde7072"
9 9
10SRCNAME = "ryu" 10SRCNAME = "ryu"
11SRC_URI = "git://github.com/osrg/${SRCNAME}.git" 11SRC_URI = "git://github.com/osrg/${SRCNAME}.git"
@@ -26,7 +26,9 @@ RDEPENDS_${PN} += " \
26 python-msgpack \ 26 python-msgpack \
27 python-netaddr \ 27 python-netaddr \
28 python-oslo.config \ 28 python-oslo.config \
29 python-ovs \
29 python-routes \ 30 python-routes \
30 python-six \ 31 python-six \
32 python-tinyrpc \
31 python-webob \ 33 python-webob \
32 " 34 "