summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
diff options
context:
space:
mode:
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 \