SUMMARY = "JSON Web Token implementation in Python" DESCRIPTION = "A Python implementation of JSON Web Token draft 32.\ Original implementation was written by https://github.com/progrium" HOMEPAGE = "http://github.com/jpadilla/pyjwt" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=68626705a7b513ca8d5f44a3e200ed0c" SRC_URI[sha256sum] = "7a2b271c6dac2fda9e0c33d176c4253faba2c6c6b3a99c7f28a32c3c97522779" PYPI_PACKAGE = "PyJWT" inherit pypi setuptools3 RDEPENDS_${PN} = "${PYTHON_PN}-cryptography" BBCLASSEXTEND = "native nativesdk"