summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pyjwt.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyjwt.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pyjwt.inc17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyjwt.inc b/meta-python/recipes-devtools/python/python-pyjwt.inc
new file mode 100644
index 0000000000..dda4b942d9
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python-pyjwt.inc
@@ -0,0 +1,17 @@
1SUMMARY = "JSON Web Token implementation in Python"
2SUMMARY = "JSON Web Token implementation in Python"
3DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\
4 Original implementation was written by https://github.com/progrium"
5HOMEPAGE = "http://github.com/jpadilla/pyjwt"
6LICENSE = "MIT"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c"
8
9SRC_URI[md5sum] = "739494379f582ca98c89fb7ac229915b"
10SRC_URI[sha256sum] = "500be75b17a63f70072416843dc80c8821109030be824f4d14758f114978bae7"
11
12PYPI_PACKAGE = "PyJWT"
13inherit pypi
14
15RDEPENDS_${PN} = "${PYTHON_PN}-cryptography"
16
17BBCLASSEXTEND = "native nativesdk"