]> git.corax.cc Git - toolbox/commit
debian: Add dependencies for JSON Schema validation script
authorMatthias Kruk <m@m10k.eu>
Fri, 11 Aug 2023 08:09:41 +0000 (17:09 +0900)
committerMatthias Kruk <m@m10k.eu>
Fri, 11 Aug 2023 08:09:41 +0000 (17:09 +0900)
commit68391dd0c874e23700ca79d783488c63f1b3165f
treefd49e654624b572dba5958010d61b7c5053dbb68
parent7418bab42e548ccb118628130918a8881057c879
debian: Add dependencies for JSON Schema validation script

The script for JSON Schema validation requires the python3 and
python3-jsonschema packages to be installed, but because the
toolbox debian package does not depend on them, they may not be
installed.

This commit makes the toolbox debian package depend on python3
and python3-jsonschema, making sure that the JSON Schema validator
can be executed.
debian/control