From c88c76725f05b153f685186cc42bb98d5ca9e474 Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Tue, 2 Jun 2020 11:54:12 -0700 Subject: python-os-brick: 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-os-brick_git.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb index f266f707..b76fd274 100644 --- a/meta-openstack/recipes-devtools/python/python-os-brick_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-brick_git.bb @@ -20,6 +20,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-babel \ -- cgit