blob: aae1474915cbcf77edf635aefac8839c4256fe84 [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001SUMMARY = "JSON Web Token implementation in Python"
2DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\
3 Original implementation was written by https://github.com/progrium"
4HOMEPAGE = "http://github.com/jpadilla/pyjwt"
5LICENSE = "MIT"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c"
7
William A. Kennington IIIb95905d2021-06-02 12:40:56 -07008SRC_URI[sha256sum] = "fba44e7898bbca160a2b2b501f492824fc8382485d3a6f11ba5d0c1937ce6130"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
10PYPI_PACKAGE = "PyJWT"
11inherit pypi setuptools3
12
Patrick Williams213cb262021-08-07 19:21:33 -050013RDEPENDS:${PN} = "${PYTHON_PN}-cryptography"
Andrew Geissler82c905d2020-04-13 13:39:40 -050014
15BBCLASSEXTEND = "native nativesdk"