Config.in 276 B

12345678
  1. config 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. http://pythonhosted.org/itsdangerous/