mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
287afdd323
commit
958cf68ef2
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user