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:
parent
368340a513
commit
40e57e46a5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user