summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:54:01 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:29:21 -0400
commitdbcf101daf2e4c02483f6d384f23d2a81901d98e (patch)
tree367443f61fff305cdb35eff424e821b6c596ab7e /meta-openstack/recipes-devtools/python
parent5e7cff4091627d7a0c9d5159f57862f271f92ca7 (diff)
downloadmeta-cloud-services-dbcf101daf2e4c02483f6d384f23d2a81901d98e.tar.gz
python-glance: 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-glance_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-glance_git.bb b/meta-openstack/recipes-devtools/python/python-glance_git.bb
index 6a6cded..1086b2c 100644
--- a/meta-openstack/recipes-devtools/python/python-glance_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-glance_git.bb
@@ -169,6 +169,11 @@ DEPENDS += " \
169 python-pbr \ 169 python-pbr \
170 " 170 "
171 171
172# Satisfy setup.py 'setup_requires'
173DEPENDS += " \
174 python-pbr-native \
175 "
176
172RDEPENDS_${PN} += " \ 177RDEPENDS_${PN} += " \
173 coreutils \ 178 coreutils \
174 python-pbr \ 179 python-pbr \