diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-taskflow_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-taskflow_git.bb | 45 |
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 @@ | |||
| 1 | DESCRIPTION = "A library to complete workflows/tasks in HA manner" | ||
| 2 | HOMEPAGE = "https://wiki.openstack.org/wiki/TaskFlow" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" | ||
| 6 | |||
| 7 | SRC_URI = "\ | ||
| 8 | git://git.openstack.org/openstack/taskflow.git;branch=stable/pike \ | ||
| 9 | " | ||
| 10 | |||
| 11 | PV="2.14.1+git${SRCPV}" | ||
| 12 | SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4" | ||
| 13 | S = "${WORKDIR}/git" | ||
| 14 | |||
| 15 | inherit setuptools3 | ||
| 16 | |||
| 17 | DEPENDS += " \ | ||
| 18 | python-pip \ | ||
| 19 | python-pbr \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # Satisfy setup.py 'setup_requires' | ||
| 23 | DEPENDS += " \ | ||
| 24 | python-pbr-native \ | ||
| 25 | " | ||
| 26 | |||
| 27 | RDEPENDS_${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 | |||
