[meta-virtualization] [m-c-s][PATCH 32/49] python-ryu: initial version

Mark Asselstine mark.asselstine at windriver.com
Wed Feb 3 17:41:27 PST 2016


From: Mark Asselstine <asselsm at gmail.com>

This package provides Ryu component-based software defined networking
framework.

This package is required by neutron.

Signed-off-by: Mark Asselstine <asselsm at gmail.com>
---
 .../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

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 \
+        "
-- 
2.1.4



More information about the meta-virtualization mailing list