From 958cf68ef2f13dcb5345ea77394183e80b80b2ae Mon Sep 17 00:00:00 2001 From: Martin Schwan Date: Thu, 23 Oct 2025 11:46:34 +0200 Subject: 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 Signed-off-by: Khem Raj --- .../thingsboard-gateway/thingsboard-gateway_3.7.4.bb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb index 57e162cabd..83baffdc05 100644 --- a/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb +++ b/meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb @@ -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 \ -- cgit v1.2.3-54-g00ecf