container: finance: add dependency checks for modules

Since modules are included upon build type, if a build doesn't support
a feature then that feature's dependencies will not be available.

This commit will give notice of those missing dependencies.
This commit is contained in:
2024-09-16 21:51:59 -07:00
parent 6d0a38f6b5
commit 0b2c76a813
6 changed files with 19 additions and 5 deletions

View File

@@ -102,6 +102,8 @@ $(echo $global_meta_header | xsv headers -)
function lib_meta::__meta()
{
lib_utils::deps_check "visidata"
# TODO: can visidata regex multiple columns from the commandline?
local _tmp_dir
_tmp_dir="$(mktemp -d -p /tmp docker-finance_XXX)"