From 74cc0f26a1d10e8705359ad6ec607157380d65a6 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Sun, 28 Jun 2020 13:02:02 +0800 Subject: python3-taskflow: Change python to python3 python-futures is only for Python 2, so remove it. python-enum34 or python3-enum34 are not exist, so remove python-enum34 from bb file. Signed-off-by: Wang Mingyu Signed-off-by: Bruce Ashfield --- .../python/python3-taskflow_git.bb | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-taskflow_git.bb (limited to 'meta-openstack/recipes-devtools/python/python3-taskflow_git.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb new file mode 100644 index 0000000..a9c4c30 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb @@ -0,0 +1,43 @@ +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" + +SRC_URI = "\ + git://git.openstack.org/openstack/taskflow.git;branch=stable/pike \ + " + +PV="2.14.1+git${SRCPV}" +SRCREV="ed867c4fd17e4102a133c313a13af37baccf14a4" +S = "${WORKDIR}/git" + +inherit setuptools3 + +DEPENDS += " \ + python3-pip \ + python3-pbr \ + " + +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python3-pbr-native \ + " + +RDEPENDS_${PN} += " \ + python3-pbr \ + python3-six \ + python3-futurist \ + python3-fasteners \ + python3-networkx \ + python3-contextlib2 \ + python3-stevedore \ + python3-jsonschema \ + python3-automaton \ + python3-oslo.utils \ + python3-oslo.serialization \ + python3-tenacity \ + python3-cachetools \ + python3-debtcollector \ + " + -- cgit v1.2.3-54-g00ecf