From 27dbf43410e1740317990d82a5db7f34205f92a8 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 3 Feb 2016 20:41:27 -0500 Subject: python-ryu: initial version This package provides Ryu component-based software defined networking framework. This package is required by neutron. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-ryu_git.bb | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-ryu_git.bb (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 new file mode 100644 index 0000000..adf7957 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb @@ -0,0 +1,32 @@ +DESCRIPTION = "Ryu component-based software defined networking framework" +HOMEPAGE = "http://osrg.github.io/ryu/" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +PV = "3.27+git${SRCPV}" +SRCREV = "0aefad7048079656cdaad138be58f017e6b4f1ce" + +SRCNAME = "ryu" +SRC_URI = "git://github.com/osrg/${SRCNAME}.git" + +S = "${WORKDIR}/git" + +inherit setuptools + +FILES_${PN} += "${datadir}/etc/${SRCNAME}/*" + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-eventlet \ + python-msgpack \ + python-netaddr \ + python-oslo.config \ + python-routes \ + python-six \ + python-webob \ + " -- cgit v1.2.3-54-g00ecf