1config BR2_PACKAGE_PYTHON_PYJWT 2 bool "python-pyjwt" 3 depends on BR2_PACKAGE_PYTHON3 4 help 5 JSON Web Token implementation in Python. 6 7 http://github.com/jpadilla/pyjwt 8