summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:18 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commitbdc5187f4052c5105538f38ae8062a659d75efcd (patch)
tree11b03ddb98f5d84126c4d53dce4be90c26a9b7fc
parent4f46a40dabe76551b5a2ab2754def0bd085a0859 (diff)
downloadmeta-cloud-services-bdc5187f4052c5105538f38ae8062a659d75efcd.tar.gz
python-oslo.rootwrap: 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 <Babak.SarAshki@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
index 70a5658..a7d2a22 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.rootwrap_git.bb
@@ -21,6 +21,11 @@ DEPENDS += " \
21 python-pbr \ 21 python-pbr \
22 " 22 "
23 23
24# Satisfy setup.py 'setup_requires'
25DEPENDS += " \
26 python-pbr-native \
27 "
28
24# RDEPENDS_default: 29# RDEPENDS_default:
25RDEPENDS_${PN} += " \ 30RDEPENDS_${PN} += " \
26 python-pbr \ 31 python-pbr \