diff options
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb | 2 |
1 files changed, 1 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 e1e3358695..03cdfe6ddb 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,6 @@ 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} = "${PYTHON_PN}-cryptography" | 13 | RDEPENDS:${PN} = "python3-cryptography" |
14 | 14 | ||
15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |