summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@cn.fujitsu.com>2020-06-28 13:02:02 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-30 03:57:49 +0000
commit74cc0f26a1d10e8705359ad6ec607157380d65a6 (patch)
tree9c7dc8f1a2003b25121374b28b15804712c9ce25 /meta-openstack/recipes-devtools/python
parentc1eaf9921809dbf2f7384905604f58bebc4f68fe (diff)
downloadmeta-cloud-services-74cc0f26a1d10e8705359ad6ec607157380d65a6.tar.gz
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 <wangmy@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-taskflow_git.bb (renamed from meta-openstack/recipes-devtools/python/python-taskflow_git.bb)36
1 files changed, 17 insertions, 19 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb
index a2fe43b..a9c4c30 100644
--- a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
+++ b/meta-openstack/recipes-devtools/python/python3-taskflow_git.bb
@@ -15,31 +15,29 @@ S = "${WORKDIR}/git"
15inherit setuptools3 15inherit setuptools3
16 16
17DEPENDS += " \ 17DEPENDS += " \
18 python-pip \ 18 python3-pip \
19 python-pbr \ 19 python3-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires' 22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \ 23DEPENDS += " \
24 python-pbr-native \ 24 python3-pbr-native \
25 " 25 "
26 26
27RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
28 python-pbr \ 28 python3-pbr \
29 python-six \ 29 python3-six \
30 python-enum34 \ 30 python3-futurist \
31 python-futurist \ 31 python3-fasteners \
32 python-fasteners \ 32 python3-networkx \
33 python-networkx \ 33 python3-contextlib2 \
34 python-contextlib2 \ 34 python3-stevedore \
35 python-stevedore \ 35 python3-jsonschema \
36 python-futures \ 36 python3-automaton \
37 python-jsonschema \ 37 python3-oslo.utils \
38 python-automaton \ 38 python3-oslo.serialization \
39 python-oslo.utils \ 39 python3-tenacity \
40 python-oslo.serialization \ 40 python3-cachetools \
41 python-tenacity \ 41 python3-debtcollector \
42 python-cachetools \
43 python-debtcollector \
44 " 42 "
45 43