summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:17 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:20 -0400
commit10aaf55661b5ac9f331fb283782ce08bdaf880e7 (patch)
tree5321ef4747d69341b5cbec8de8bb53af1638bee1 /meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
parenteb7fec69833abd25376891e2bc30e95dfd56c692 (diff)
downloadmeta-cloud-services-10aaf55661b5ac9f331fb283782ce08bdaf880e7.tar.gz
python-oslo.privsep: 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/python-oslo.privsep_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
index df0210a..463f95e 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.privsep_git.bb
@@ -17,6 +17,11 @@ DEPENDS += " \
17 python-pbr \ 17 python-pbr \
18 " 18 "
19 19
20# Satisfy setup.py 'setup_requires'
21DEPENDS += " \
22 python-pbr-native \
23 "
24
20# RDEPENDS_default: 25# RDEPENDS_default:
21RDEPENDS_${PN} += " \ 26RDEPENDS_${PN} += " \
22 python-oslo.log \ 27 python-oslo.log \