summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
diff options
context:
space:
mode:
authorBabak Sarashki <babak.sarashki@windriver.com>2020-06-02 11:53:57 -0700
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-06-05 15:28:21 -0400
commitb56589f750ec42976395a8298f4113806cad70bf (patch)
treee715ce9584d713ee2ca3b990632367d6782b506f /meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
parentbd0371390b0008165ee81d72ca439c3a6deabef9 (diff)
downloadmeta-cloud-services-b56589f750ec42976395a8298f4113806cad70bf.tar.gz
python-ceilometer: 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-ceilometer_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-ceilometer_git.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
index 90cfe1e..1f18d7b 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -178,6 +178,11 @@ DEPENDS += " \
178 python-pbr \ 178 python-pbr \
179 " 179 "
180 180
181# Satisfy setup.py 'setup_requires'
182DEPENDS += " \
183 python-pbr-native \
184 "
185
181RDEPENDS_${PN} += " \ 186RDEPENDS_${PN} += " \
182 python-ply \ 187 python-ply \
183 python-jsonpath-rw \ 188 python-jsonpath-rw \