summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:25 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit8b14b6124a2378c637e3d8eb3cd54906200d9af7 (patch)
tree2c03250b9d96d142b97637497f4548abbc90a624 /meta-openstack/recipes-devtools/python/python-taskflow_git.bb
parentc8c4e6366c8ddb8e74638c2323a8b08a43a28065 (diff)
downloadmeta-cloud-services-8b14b6124a2378c637e3d8eb3cd54906200d9af7.tar.gz
python-taskflow: satisfy setup.py setup_requires
Commit 8fdbb0381d disallows fetch of code during do_compile task. This commits extends DEPENDS to python-pbr-native. Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-taskflow_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-taskflow_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
index 76371a8..a2fe43b 100644
--- a/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-taskflow_git.bb
@@ -19,6 +19,11 @@ DEPENDS += " \
19 python-pbr \ 19 python-pbr \
20 " 20 "
21 21
22# Satisfy setup.py 'setup_requires'
23DEPENDS += " \
24 python-pbr-native \
25 "
26
22RDEPENDS_${PN} += " \ 27RDEPENDS_${PN} += " \
23 python-pbr \ 28 python-pbr \
24 python-six \ 29 python-six \
@@ -37,4 +42,4 @@ RDEPENDS_${PN} += " \
37 python-cachetools \ 42 python-cachetools \
38 python-debtcollector \ 43 python-debtcollector \
39 " 44 "
40 \ No newline at end of file 45