From c58cac312b0ab71144d00ba6e4a01739e7aa3a3f Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Tue, 2 Jun 2020 11:54:03 -0700 Subject: python-heat-cfntools: 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-heat-cfntools_1.2.8.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb index ca6a48d..f9f3366 100644 --- a/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb +++ b/meta-openstack/recipes-devtools/python/python-heat-cfntools_1.2.8.bb @@ -13,6 +13,11 @@ DEPENDS += "\ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDPENDS_${PN} += "\ python-pbr \ " -- cgit v1.2.3-54-g00ecf