summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-taskflow_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-taskflow_git.bb33
1 files changed, 33 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
new file mode 100644
index 0000000..287a311
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
@@ -0,0 +1,33 @@
1DESCRIPTION = "A library to complete workflows/tasks in HA manner"
2HOMEPAGE = "https://wiki.openstack.org/wiki/TaskFlow"
3SECTION = "devel/python"
4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52"
6
7PR = "r0"
8
9SRC_URI = "\
10 git://git.openstack.org/openstack/taskflow.git;branch=master \
11 "
12
13PV="0.2+git${SRCPV}"
14SRCREV="8800572da240b1f1856898952ce804936dafe49f"
15S = "${WORKDIR}/git"
16
17inherit setuptools
18
19DEPENDS += " \
20 python-pip \
21 python-pbr \
22 "
23
24RDEPENDS_${PN} += " \
25 python-pbr \
26 python-anyjson \
27 python-iso8601 \
28 python-six \
29 python-networkx \
30 python-babel \
31 python-stevedore \
32 python-futures \
33 "