[meta-virtualization] [m-c-s][PATCH 03/12] python-ovsdbapp: initial version

Mark Asselstine mark.asselstine at windriver.com
Tue Jan 9 12:14:57 PST 2018


Needed by the stable/pike version of python-neutron.

Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
---
 .../recipes-devtools/python/python-ovsdbapp_git.bb | 32 ++++++++++++++++++++++
 1 file changed, 32 insertions(+)
 create mode 100644 meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb

diff --git a/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb b/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb
new file mode 100644
index 0000000..cc1f424
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb
@@ -0,0 +1,32 @@
+DESCRIPTION = "OVSDB application library"
+HOMEPAGE = "https://github.com/openstack/ovsdbapp"
+SECTION = "devel/python"
+LICENSE = "Apache-2.0"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
+
+SRCNAME = "ovsdbapp"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
+
+PV = "0.4.1+git${SRCPV}"
+SRCREV = "742754bce3c9453f8c7186455a92e4f6d6b18ace"
+S = "${WORKDIR}/git"
+
+inherit setuptools
+
+# DEPENDS_default: python-pip
+
+DEPENDS += " \
+        python-pip \
+        python-pbr \
+        "
+
+# Satisfy setup.py 'setup_requires'
+DEPENDS += " \
+        python-pbr-native \
+        "
+
+RDEPENDS_${PN} += " \
+        python-fixtures \
+        python-ovs \
+        python-pbr \
+        "
-- 
2.7.4



More information about the meta-virtualization mailing list