python3-pyjwt: add missing run-time dependencies

Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski 2023-05-31 10:23:21 +02:00 committed by Khem Raj
parent 624376cdef
commit fa62c45d26

View File

@ -10,6 +10,9 @@ SRC_URI[sha256sum] = "bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9c
PYPI_PACKAGE = "PyJWT"
inherit pypi setuptools3
RDEPENDS:${PN} = "python3-cryptography"
RDEPENDS:${PN} = " \
python3-json \
python3-cryptography \
"
BBCLASSEXTEND = "native nativesdk"