Config.in 438 B

123456789101112
  1. config BR2_PACKAGE_PYTHON_KEYRING
  2. bool "python-keyring"
  3. # python-secretstorage -> python-cryptography
  4. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
  5. depends on BR2_PACKAGE_PYTHON3
  6. select BR2_PACKAGE_PYTHON_ENTRYPOINTS # runtime
  7. select BR2_PACKAGE_PYTHON_SECRETSTORAGE # runtime
  8. help
  9. The Python keyring lib provides a easy way to access the
  10. system keyring service from Python.
  11. https://pypi.python.org/pypi/keyring