From 8907cd1b5e461425c8820cc1805c47cb305825fe Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 30 Apr 2014 20:01:16 -0400 Subject: taskflow: easy, consistent, and reliable task execution Introduce the OpenStack project "TaskFlow": https://wiki.openstack.org/wiki/TaskFlow To support the Icehouse cinder update (which is the only current user in meta-cloud-services). Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-taskflow_git.bb | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-taskflow_git.bb (limited to 'meta-openstack/recipes-devtools/python') 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 @@ +DESCRIPTION = "A library to complete workflows/tasks in HA manner" +HOMEPAGE = "https://wiki.openstack.org/wiki/TaskFlow" +SECTION = "devel/python" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4476c4be31402271e101d9a4a3430d52" + +PR = "r0" + +SRC_URI = "\ + git://git.openstack.org/openstack/taskflow.git;branch=master \ + " + +PV="0.2+git${SRCPV}" +SRCREV="8800572da240b1f1856898952ce804936dafe49f" +S = "${WORKDIR}/git" + +inherit setuptools + +DEPENDS += " \ + python-pip \ + python-pbr \ + " + +RDEPENDS_${PN} += " \ + python-pbr \ + python-anyjson \ + python-iso8601 \ + python-six \ + python-networkx \ + python-babel \ + python-stevedore \ + python-futures \ + " -- cgit v1.2.3-54-g00ecf