summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
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:29:21 -0400
commit30c4d7a28ab328075cc75c6da05730a36163b6ce (patch)
tree70eee7f9e01bf3135ca6e56a0ff4c8ce8c2d3cc0 /meta-openstack/recipes-devtools/python
parent9e8491a6465fccd6a4f7880ae170b84a1f15200c (diff)
downloadmeta-cloud-services-30c4d7a28ab328075cc75c6da05730a36163b6ce.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-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 2dbbfe8..23e09f1 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 \