diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb')
| -rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb index e1e3358695..3aa9b479a5 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-pyjwt_2.7.0.bb @@ -10,6 +10,9 @@ SRC_URI[sha256sum] = "bd6ca4a3c4285c1a2d4349e5a035fdf8fb94e04ccd0fcbe6ba289dae9c PYPI_PACKAGE = "PyJWT" inherit pypi setuptools3 -RDEPENDS:${PN} = "${PYTHON_PN}-cryptography" +RDEPENDS:${PN} = " \ + python3-json \ + python3-cryptography \ +" BBCLASSEXTEND = "native nativesdk" |
