1config BR2_PACKAGE_PYTHON_ITSDANGEROUS
2 bool "python-itsdangerous"
3 select BR2_PACKAGE_PYTHON3_ZLIB # runtime
4 help
5 Itsdangerous contains various helpers to pass data to
6 untrusted environments and to get it back safe and sound.
7
8 http://pythonhosted.org/itsdangerous/
9