diff options
| author | Martin Schwan <m.schwan@phytec.de> | 2025-10-23 11:46:34 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-10-24 09:06:24 -0700 |
| commit | 958cf68ef2f13dcb5345ea77394183e80b80b2ae (patch) | |
| tree | ba17c381acbcad80091adde99c1169b719c1dcce | |
| parent | 287afdd3232cebc7915563a937ce6430f6678eac (diff) | |
| download | meta-openembedded-958cf68ef2f13dcb5345ea77394183e80b80b2ae.tar.gz | |
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>
| -rw-r--r-- | meta-oe/dynamic-layers/meta-python/recipes-connectivity/thingsboard-gateway/thingsboard-gateway_3.7.4.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 \ | |||
| 21 | python3-requests \ | 21 | python3-requests \ |
| 22 | python3-pip \ | 22 | python3-pip \ |
| 23 | python3-pyrsistent \ | 23 | python3-pyrsistent \ |
| 24 | python3-cachetools \ | ||
| 25 | python3-orjson \ | ||
| 26 | python3-psutil \ | ||
| 27 | python3-pybase64 \ | ||
| 28 | python3-grpcio \ | ||
| 29 | python3-packaging \ | ||
| 30 | python3-protobuf \ | ||
| 31 | python3-service-identity \ | ||
| 32 | python3-termcolor \ | ||
| 33 | python3-charset-normalizer \ | ||
| 34 | python3-mmh3 \ | ||
| 35 | python3-dateutil \ | ||
| 36 | python3-setuptools \ | ||
| 37 | python3-urllib3 \ | ||
| 38 | python3-questionary \ | ||
| 39 | python3-pyfiglet \ | ||
| 40 | python3-cryptography \ | ||
| 41 | python3-pysocks \ | ||
| 24 | " | 42 | " |
| 25 | 43 | ||
| 26 | SRC_URI += "file://bacnet.json \ | 44 | SRC_URI += "file://bacnet.json \ |
