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.bb6
1 files changed, 6 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 cf0d196..e67f2bf 100644
--- a/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-ceilometer_git.bb
@@ -131,6 +131,11 @@ FILES_${SRCNAME}-controller = "${bindir}/* \
131 ${sysconfdir}/init.d/ceilometer-agent-central \ 131 ${sysconfdir}/init.d/ceilometer-agent-central \
132" 132"
133 133
134DEPENDS += " \
135 python-pip \
136 python-pbr \
137 "
138
134RDEPENDS_${PN} += " \ 139RDEPENDS_${PN} += " \
135 python-ply \ 140 python-ply \
136 python-jsonpath-rw \ 141 python-jsonpath-rw \
@@ -175,6 +180,7 @@ RDEPENDS_${PN} += " \
175 python-pyyaml \ 180 python-pyyaml \
176 python-pip \ 181 python-pip \
177 python-pytz \ 182 python-pytz \
183 python-pbr \
178 " 184 "
179 185
180RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator \ 186RDEPENDS_${SRCNAME}-controller = "${PN} ${SRCNAME}-common ${SRCNAME}-alarm-notifier ${SRCNAME}-alarm-evaluator \