thingsboard-gateway: Add missing dependencies

Add all missing runtime dependencies that are required by
thingsboard-gateway. Since thingsboard-gateway tries to install missing
dependencies via pip and fails to do so, install the dependencies
system-wide beforehand.

Signed-off-by: Martin Schwan <m.schwan@phytec.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Martin Schwan 2025-10-23 11:46:34 +02:00 committed by Khem Raj
parent 287afdd323
commit 958cf68ef2

View File

@ -21,6 +21,24 @@ RDEPENDS:${PN} += " python3-jsonpath-rw \
python3-requests \
python3-pip \
python3-pyrsistent \
python3-cachetools \
python3-orjson \
python3-psutil \
python3-pybase64 \
python3-grpcio \
python3-packaging \
python3-protobuf \
python3-service-identity \
python3-termcolor \
python3-charset-normalizer \
python3-mmh3 \
python3-dateutil \
python3-setuptools \
python3-urllib3 \
python3-questionary \
python3-pyfiglet \
python3-cryptography \
python3-pysocks \
"
SRC_URI += "file://bacnet.json \