From 8b14b6124a2378c637e3d8eb3cd54906200d9af7 Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Tue, 2 Jun 2020 11:54:25 -0700 Subject: 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 Signed-off-by: Bruce Ashfield --- meta-openstack/recipes-devtools/python/python-taskflow_git.bb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'meta-openstack/recipes-devtools/python/python-taskflow_git.bb') 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 += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-six \ @@ -37,4 +42,4 @@ RDEPENDS_${PN} += " \ python-cachetools \ python-debtcollector \ " - \ No newline at end of file + -- cgit v1.2.3-54-g00ecf