From 624376cdef7118f515e513523b702d59bf41dcbe Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:23:20 +0200 Subject: python3-pyjwt: stop using PYTHON_PN We no longer support python2, so use python3 explicitly. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb') 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 PYPI_PACKAGE = "PyJWT" inherit pypi setuptools3 -RDEPENDS:${PN} = "${PYTHON_PN}-cryptography" +RDEPENDS:${PN} = "python3-cryptography" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf