0bd2ae3b4f
- python 2 support has been dropped since version 2.0.0 ande085f3eedf
- Update hash of license file (license standardized:c880f85ccd
) - Update indentation in hash file (two spaces) https://itsdangerous.palletsprojects.com/en/2.0.x/changes/#version-2-0-1 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
10 lines
308 B
Plaintext
10 lines
308 B
Plaintext
config BR2_PACKAGE_PYTHON_ITSDANGEROUS
|
|
bool "python-itsdangerous"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
|
|
help
|
|
Itsdangerous contains various helpers to pass data to
|
|
untrusted environments and to get it back safe and sound.
|
|
|
|
http://pythonhosted.org/itsdangerous/
|