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.bb45
1 files changed, 0 insertions, 45 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
deleted file mode 100644
index a2fe43b..0000000
--- a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
+++ /dev/null
@@ -1,45 +0,0 @@
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
7SRC_URI = "\
8 git://git.openstack.org/openstack/taskflow.git;branch=stable/pike \
9 "
10
11PV="2.14.1+git${SRCPV}"
12SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4"
13S = "${WORKDIR}/git"
14
15inherit setuptools3
16
17DEPENDS += " \
18 python-pip \
19 python-pbr \
20 "
21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
27RDEPENDS_${PN} += " \
28 python-pbr \
29 python-six \
30 python-enum34 \
31 python-futurist \
32 python-fasteners \
33 python-networkx \
34 python-contextlib2 \
35 python-stevedore \
36 python-futures \
37 python-jsonschema \
38 python-automaton \
39 python-oslo.utils \
40 python-oslo.serialization \
41 python-tenacity \
42 python-cachetools \
43 python-debtcollector \
44 "
45