mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
python3-pyjwt: stop using PYTHON_PN
We no longer support python2, so use python3 explicitly. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
9dade3a31c
commit
624376cdef
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user