collectd-extensions: add dependency on ntpq

ntpq is required by ntpq.py in collectd-extensions.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Babak Sarashki <Babak.SarAshki@windriver.com>
This commit is contained in:
Jackie Huang 2020-05-08 16:50:09 +08:00 committed by Babak Sarashki
parent 0a6b07d962
commit 1fe5b667d1

View File

@ -10,6 +10,7 @@ RDEPENDS_${PN}_append += " \
systemd \
collectd \
fm-api \
ntpq \
python-influxdb \
python-oslo.concurrency \
python-httplib2 \