From 9977b7273f3a498dd44d02ea4facaaced19d86a4 Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Tue, 2 Jun 2020 11:53:59 -0700 Subject: python-cursive: 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-cursive_git.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openstack/recipes-devtools/python/python-cursive_git.bb b/meta-openstack/recipes-devtools/python/python-cursive_git.bb index 1a677f1..fcdac04 100644 --- a/meta-openstack/recipes-devtools/python/python-cursive_git.bb +++ b/meta-openstack/recipes-devtools/python/python-cursive_git.bb @@ -18,6 +18,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-lxml \ -- cgit v1.2.3-54-g00ecf