Fix the runtime requirements for collectd-extensions

The python code in the collectd-extensions requires several
python modules in order to run, but is missing the explicit
dependency against those modules in the package.

These include:
  fm-api
  httplib2
  influxdb
  oslo-concurrency
  tsconfig

Change-Id: I9ace889fdb7fac031792486c3e5ddf3bc2cae770
Story: 2004764
Task: 33630
Signed-off-by: Al Bailey <Al.Bailey@windriver.com>
This commit is contained in:
Al Bailey 2019-06-07 13:15:55 -05:00
parent 368340a513
commit 40e57e46a5
2 changed files with 6 additions and 1 deletions

View File

@ -22,4 +22,4 @@ COPY_LIST="$PKG_BASE/src/LICENSE \
$PKG_BASE/src/ptp.conf \
$PKG_BASE/src/example.py \
$PKG_BASE/src/example.conf"
TIS_PATCH_VER=11
TIS_PATCH_VER=12

View File

@ -41,6 +41,11 @@ BuildRequires: systemd-devel
Requires: systemd
Requires: collectd
Requires: fm-api
Requires: python-httplib2
Requires: python-influxdb
Requires: python-oslo-concurrency
Requires: tsconfig
Requires: /bin/systemctl
%description