From 653b6d04878b28a16161c81c5cd83f0bcca2ab2d Mon Sep 17 00:00:00 2001 From: Babak Sarashki Date: Tue, 2 Jun 2020 11:54:13 -0700 Subject: python-os-traits: 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-traits_git.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-openstack/recipes-devtools/python/python-os-traits_git.bb b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb index 8d4079b..af75b96 100644 --- a/meta-openstack/recipes-devtools/python/python-os-traits_git.bb +++ b/meta-openstack/recipes-devtools/python/python-os-traits_git.bb @@ -18,6 +18,11 @@ DEPENDS += " \ python-pbr \ " +# Satisfy setup.py 'setup_requires' +DEPENDS += " \ + python-pbr-native \ + " + RDEPENDS_${PN} += " \ python-pbr \ python-six \ -- cgit v1.2.3-54-g00ecf