summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ovsdbapp_git.bb32
1 files changed, 32 insertions, 0 deletions
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 @@
1DESCRIPTION = "OVSDB application library"
2HOMEPAGE = "https://github.com/openstack/ovsdbapp"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6
7SRCNAME = "ovsdbapp"
8SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
9
10PV = "0.4.1+git${SRCPV}"
11SRCREV = "742754bce3c9453f8c7186455a92e4f6d6b18ace"
12S = "${WORKDIR}/git"
13
14inherit setuptools
15
16# DEPENDS_default: python-pip
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
28RDEPENDS_${PN} += " \
29 python-fixtures \
30 python-ovs \
31 python-pbr \
32 "