40e57e46a5
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>
26 lines
713 B
Plaintext
26 lines
713 B
Plaintext
SRC_DIR="$PKG_BASE"
|
|
|
|
COPY_LIST="$PKG_BASE/src/LICENSE \
|
|
$PKG_BASE/src/collectd.conf.pmon \
|
|
$PKG_BASE/src/collectd.service \
|
|
$PKG_BASE/src/fm_notifier.py \
|
|
$PKG_BASE/src/mtce_notifier.py \
|
|
$PKG_BASE/src/plugin_common.py \
|
|
$PKG_BASE/src/python_plugins.conf \
|
|
$PKG_BASE/src/cpu.py \
|
|
$PKG_BASE/src/cpu.conf \
|
|
$PKG_BASE/src/memory.py \
|
|
$PKG_BASE/src/memory.conf \
|
|
$PKG_BASE/src/df.conf \
|
|
$PKG_BASE/src/ntpq.py \
|
|
$PKG_BASE/src/ntpq.conf \
|
|
$PKG_BASE/src/interface.py \
|
|
$PKG_BASE/src/interface.conf \
|
|
$PKG_BASE/src/remotels.py \
|
|
$PKG_BASE/src/remotels.conf \
|
|
$PKG_BASE/src/ptp.py \
|
|
$PKG_BASE/src/ptp.conf \
|
|
$PKG_BASE/src/example.py \
|
|
$PKG_BASE/src/example.conf"
|
|
TIS_PATCH_VER=12
|