summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb5
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 03cdfe6ddb..3aa9b479a5 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
10PYPI_PACKAGE = "PyJWT" 10PYPI_PACKAGE = "PyJWT"
11inherit pypi setuptools3 11inherit pypi setuptools3
12 12
13RDEPENDS:${PN} = "python3-cryptography" 13RDEPENDS:${PN} = " \
14 python3-json \
15 python3-cryptography \
16"
14 17
15BBCLASSEXTEND = "native nativesdk" 18BBCLASSEXTEND = "native nativesdk"