diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:23:21 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | fa62c45d26c4e798b5330d056088952b0c7e6a55 (patch) | |
tree | 7e75bc91b2c0e1ade4aadc525d0b770d32d8a912 /meta-python | |
parent | 624376cdef7118f515e513523b702d59bf41dcbe (diff) | |
download | meta-openembedded-fa62c45d26c4e798b5330d056088952b0c7e6a55.tar.gz |
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>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb b/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb index 03cdfe6dd..3aa9b479a 100644 --- a/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb | |||
@@ -10,6 +10,9 @@ SRC_URI[sha256sum] = "bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9c | |||
10 | PYPI_PACKAGE = "PyJWT" | 10 | PYPI_PACKAGE = "PyJWT" |
11 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | 12 | ||
13 | RDEPENDS:${PN} = "python3-cryptography" | 13 | RDEPENDS:${PN} = " \ |
14 | python3-json \ | ||
15 | python3-cryptography \ | ||
16 | " | ||
14 | 17 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 18 | BBCLASSEXTEND = "native nativesdk" |